#0D469F

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

Shades of Cobalt #0D469F

Tints of Cobalt #0D469F

Color information

#0D469F (or 0x0D469F) is unknown color: approx Cobalt. HEX triplet: 0D, 46 and 9F. RGB value is (13,70,159). Sum of RGB (Red+Green+Blue) = 13+70+159=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #0D469F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D469F is #F2B960. Grayscale: #3E3E3E. Windows color (decimal): -15907169 or 10438157. OLE color: 10438157.

HSL color Cylindrical-coordinate representation of color #0D469F: hue angle of 216.58º 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 #0D469F is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1370159-
CMYK0.920.5600.38
HSL216.58º84.88%33.73%-
HSV(B)216.58º91.82%62.35%-
XYZ8.616.9733.69-
YUV63.1182.1292.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.37%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 159 (62.5% from 255) = 65.70%
R=5.37%
G=28.93%
B=65.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13701590.920.5600.38216.5884.8833.73
HexD469F5C38026d95522
Octal151062371347004633112542
Binary110110001101001111110111001110000100110110110011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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