#0D479F

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

Shades of Cobalt #0D479F

Tints of Cobalt #0D479F

Color information

#0D479F (or 0x0D479F) is unknown color: approx Cobalt. HEX triplet: 0D, 47 and 9F. RGB value is (13,71,159). Sum of RGB (Red+Green+Blue) = 13+71+159=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #0D479F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D479F is #F2B860. Grayscale: #3F3F3F. Windows color (decimal): -15906913 or 10438413. OLE color: 10438413.

HSL color Cylindrical-coordinate representation of color #0D479F: hue angle of 216.16º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D479F is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1371159-
CMYK0.920.5500.38
HSL216.16º84.88%33.73%-
HSV(B)216.16º91.82%62.35%-
XYZ8.687.133.71-
YUV63.69181.7891.84-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.35%
GREEN value IS 71 (28.12% from 255) = 29.22%
BLUE value IS 159 (62.5% from 255) = 65.43%
R=5.35%
G=29.22%
B=65.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13711590.920.5500.38216.1684.8833.73
HexD479F5C37026d85522
Octal151072371346704633012542
Binary110110001111001111110111001101110100110110110001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,71,159); }

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

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

 a { background-color: rgb(13,71,159); }

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

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

 span { border-color: rgb(13,71,159); }

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