#0D4C99

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

Shades of Cobalt #0D4C99

Tints of Cobalt #0D4C99

Color information

#0D4C99 (or 0x0D4C99) is unknown color: approx Cobalt. HEX triplet: 0D, 4C and 99. RGB value is (13,76,153). Sum of RGB (Red+Green+Blue) = 13+76+153=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D4C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4C99 is #F2B366. Grayscale: #414141. Windows color (decimal): -15905639 or 10046477. OLE color: 10046477.

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

Color convert

RGB1376153-
CMYK0.920.5000.4
HSL213º84.34%32.55%-
HSV(B)213º91.5%60%-
XYZ8.57.5531.15-
YUV65.94177.1390.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.37%
GREEN value IS 76 (30.08% from 255) = 31.40%
BLUE value IS 153 (60.16% from 255) = 63.22%
R=5.37%
G=31.40%
B=63.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal13761530.920.5000.421384.3432.55
HexD4C995C32028d55421
Octal151142311346205032512441
Binary110110011001001100110111001100100101000110101011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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