#0E51A4

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

Shades of Cobalt #0E51A4

Tints of Cobalt #0E51A4

Color information

#0E51A4 (or 0x0E51A4) is unknown color: approx Cobalt. HEX triplet: 0E, 51 and A4. RGB value is (14,81,164). Sum of RGB (Red+Green+Blue) = 14+81+164=259 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.41% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 164 (64.45% from 255 or 63.32% from 259); Max value from RGB is 164 - color contains mainly: blue. Hex color #0E51A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E51A4 is #F1AE5B. Grayscale: #464646. Windows color (decimal): -15838812 or 10768654. OLE color: 10768654.

HSL color Cylindrical-coordinate representation of color #0E51A4: hue angle of 213.2º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E51A4 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1481164-
CMYK0.910.5100.36
HSL213.2º84.27%34.9%-
HSV(B)213.2º91.46%64.31%-
XYZ9.828.6636.28-
YUV70.43180.887.75-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.41%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 164 (64.45% from 255) = 63.32%
R=5.41%
G=31.27%
B=63.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14811640.910.5100.36213.284.2734.9
HexE51A45B33024d55423
Octal161212441336304432512443
Binary111010100011010010010110111100110100100110101011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E51A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,81,164); }

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

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

 a { background-color: rgb(14,81,164); }

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

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

 span { border-color: rgb(14,81,164); }

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