#0D4EAC

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

Shades of Cobalt #0D4EAC

Tints of Cobalt #0D4EAC

Color information

#0D4EAC (or 0x0D4EAC) is unknown color: approx Cobalt. HEX triplet: 0D, 4E and AC. RGB value is (13,78,172). Sum of RGB (Red+Green+Blue) = 13+78+172=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D4EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D4EAC is #F2B153. Grayscale: #444444. Windows color (decimal): -15905108 or 11292173. OLE color: 11292173.

HSL color Cylindrical-coordinate representation of color #0D4EAC: hue angle of 215.47º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D4EAC is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1378172-
CMYK0.920.5500.33
HSL215.47º85.95%36.27%-
HSV(B)215.47º92.44%67.45%-
XYZ10.348.5140.13-
YUV69.28185.9787.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.94%
GREEN value IS 78 (30.86% from 255) = 29.66%
BLUE value IS 172 (67.58% from 255) = 65.40%
R=4.94%
G=29.66%
B=65.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13781720.920.5500.33215.4785.9536.27
HexD4EAC5C37021d75624
Octal151162541346704132712644
Binary110110011101010110010111001101110100001110101111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,78,172); }

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

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

 a { background-color: rgb(13,78,172); }

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

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

 span { border-color: rgb(13,78,172); }

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