#0E56AA

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

Shades of Cobalt #0E56AA

Tints of Cobalt #0E56AA

Color information

#0E56AA (or 0x0E56AA) is unknown color: approx Cobalt. HEX triplet: 0E, 56 and AA. RGB value is (14,86,170). Sum of RGB (Red+Green+Blue) = 14+86+170=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E56AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E56AA is #F1A955. Grayscale: #494949. Windows color (decimal): -15837526 or 11163150. OLE color: 11163150.

HSL color Cylindrical-coordinate representation of color #0E56AA: hue angle of 212.31º degrees, saturation: 0.85, 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 #0E56AA is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1486170-
CMYK0.920.4900.33
HSL212.31º84.78%36.08%-
HSV(B)212.31º91.76%66.67%-
XYZ10.769.6539.33-
YUV74.05182.1585.17-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.19%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 170 (66.80% from 255) = 62.96%
R=5.19%
G=31.85%
B=62.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14861700.920.4900.33212.3184.7836.08
HexE56AA5C31021d45524
Octal161262521346104132412544
Binary111010101101010101010111001100010100001110101001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E56AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,86,170); }

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

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

 a { background-color: rgb(14,86,170); }

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

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

 span { border-color: rgb(14,86,170); }

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