#0D4997

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

Shades of Cobalt #0D4997

Tints of Cobalt #0D4997

Color information

#0D4997 (or 0x0D4997) is unknown color: approx Cobalt. HEX triplet: 0D, 49 and 97. RGB value is (13,73,151). Sum of RGB (Red+Green+Blue) = 13+73+151=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 151 (59.38% from 255 or 63.71% from 237); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D4997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4997 is #F2B668. Grayscale: #3F3F3F. Windows color (decimal): -15906409 or 9914637. OLE color: 9914637.

HSL color Cylindrical-coordinate representation of color #0D4997: hue angle of 213.91º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D4997 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1373151-
CMYK0.910.5200.41
HSL213.91º84.15%32.16%-
HSV(B)213.91º91.39%59.22%-
XYZ8.137.0930.22-
YUV63.95177.1291.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.49%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 151 (59.38% from 255) = 63.71%
R=5.49%
G=30.80%
B=63.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13731510.910.5200.41213.9184.1532.16
HexD49975B34029d65420
Octal151112271336405132612440
Binary110110010011001011110110111101000101001110101101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,73,151); }

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

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

 a { background-color: rgb(13,73,151); }

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

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

 span { border-color: rgb(13,73,151); }

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