#0D4F99

Color #0D4F99 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0D4F99

Tints of Cobalt #0D4F99

Color information

#0D4F99 (or 0x0D4F99) is unknown color: approx Cobalt. HEX triplet: 0D, 4F and 99. RGB value is (13,79,153). Sum of RGB (Red+Green+Blue) = 13+79+153=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D4F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D4F99 is #F2B066. Grayscale: #434343. Windows color (decimal): -15904871 or 10047245. OLE color: 10047245.

HSL color Cylindrical-coordinate representation of color #0D4F99: hue angle of 211.71º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D4F99 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1379153-
CMYK0.920.4800.4
HSL211.71º84.34%32.55%-
HSV(B)211.71º91.5%60%-
XYZ8.717.9831.22-
YUV67.7176.1388.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 5.31%
GREEN value IS 79 (31.25% from 255) = 32.24%
BLUE value IS 153 (60.16% from 255) = 62.45%
R=5.31%
G=32.24%
B=62.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal13791530.920.4800.4211.7184.3432.55
HexD4F995C30028d45421
Octal151172311346005032412441
Binary110110011111001100110111001100000101000110101001010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D4F99; }

 p { color: rgb(13,79,153); }

 H1.HeaderClassName
 {
   color: #0D4F99;
 }
 .AnyTagClassName
 {
   color: #0D4F99;
 }
</style>
background-color css

<style>
 a { background-color: #0D4F99; }

 a { background-color: rgb(13,79,153); }

 div.DivClassName
 {
   background-color: #0D4F99;
 }
 .BgClassName
 {
   background-color: #0D4F99;
 }
</style>
border-color css

<style>
 span { border-color: #0D4F99; }

 span { border-color: rgb(13,79,153); }

 td.TdClassName
 {
   border-color: #0D4F99;
 }
 .TagClassName
 {
   border-color: #0D4F99;
 }
</style>