COLOR #0D1258

HEX: #0D1258
RGB: (13,18,88)

Color info

#0D1258 contains mainly blue color. Web safe color of #0D1258 is #000066 (or #006).

RGB color model

#0D1258 color RGB value is (13,18,88).

  • red value is 13;
  • green value is 18;
  • blue value is 88.
RGB:
(13,18,88)
(5%,7%,35%)

RGB channels and saturation

R 13 of 255 = 5%
G 18 of 255 = 7%
B 88 of 255 = 35%

13
18
88

R + G + B ~ 16%. #0D1258 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 18 + 88 = 119 (100%)
R 13 of 119 ~ 10.92%
G 18 of 119 ~ 15.13%
B 88 of 119 ~ 73.95%

%10.92
%15.13
%73.95

CMYK color model

#0D1258 color CMYK value is (85,80,0,65).

  • cyan value is 85.23%
  • magenta value is 79.55%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(85,80,0,65)
C85M80Y0K65 
(85%,80%,0%,65%)
(0.85/0.80/0.00/0.65)	

CMYK percentages

%85.23
%79.55
%0
%65.49

Codes

Color #0D1258 in popluar color models

0D1258
RGB131888
HSL236°74.26%19.80%
HSB/HSV236°85.23%34.51%
CMYK85.23%79.55%0.00%
65.49%

Color #0D1258 in popluar number systems.

HEX0D1258
Decimal131888
Binary1101100101011000
Octal1522130

Shades and tints

Shades of #0D1258

#0D1258
(13,18,88)
#0C1150
(12,17,80)
#0B1048
(11,16,72)
#0A0F40
(10,15,64)
#090E38
(9,14,56)
#080D30
(8,13,48)
#070C28
(7,12,40)
#060B20
(6,11,32)
#050A18
(5,10,24)
#040910
(4,9,16)
#030808
(3,8,8)
#000000
(0,0,0)

Tints of #0D1258

#0D1258
(13,18,88)
#232767
(35,39,103)
#393C76
(57,60,118)
#4F5185
(79,81,133)
#656694
(101,102,148)
#7B7BA3
(123,123,163)
#9190B2
(145,144,178)
#A7A5C1
(167,165,193)
#BDBAD0
(189,186,208)
#D3CFDF
(211,207,223)
#E9E4EE
(233,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1258 color. Also use rgb(13,18,88) instead hex code.

Text Font Color

.myTextColor { color: #0D1258; }

<p style="color:#0D1258">This sample text font color is #0D1258.</p>

This text font color is #0D1258.


Background Color

.myBgColor { background-color: #0D1258; }

<div style="background-color:#0D1258">Inner text</div>

This div background color is #0D1258.


Border color

.myBorderColor { border: 1px solid #0D1258; }

<div style="border:3px solid #0D1258">Div</div>

This div border color is #0D1258.


Opacity

.myOpacity80 { color: #0D1258; opacity: 0.8; }

<p style="color:#0D1258;opacity:0.8;">80%</p>

Text with #0D1258 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0D1258;}

<p style="text-shadow: 3px 3px 1px #0D1258">Text here.</p>

This text has shadow with #0D1258 color.

.textShadow {text-shadow: 3px 3px 1px #0D1258, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0D1258, 5px 5px 20px red">Text here.</p>

This text has shadow with #0D1258 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0D1258, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0D1258, Direction=45, Strength=4)">Text</p>

This text has shadow with #0D1258 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0D1258;
  -webkit-box-shadow:	1px 1px 3px 2px #0D1258;
  box-shadow:		1px 1px 3px 2px #0D1258;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0D1258;
-webkit-box-shadow: 1px 1px 3px 2px #0D1258;
box-shadow:1px 1px 3px 2px #0D1258;">
Div content here</div>
This div box has shadow with color #0D1258.

Preview

Color preview on black background

This text has color #0D1258 on black background.


Color preview on white background

This text has color #0D1258 on white background.



Black color preview on #0D1258 background

This text has black color on #0D1258 background.


White color preview on #0D1258 background

This text has white color on #0D1258 background.