#0E5AA0

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

Shades of Cobalt #0E5AA0

Tints of Cobalt #0E5AA0

Color information

#0E5AA0 (or 0x0E5AA0) is unknown color: approx Cobalt. HEX triplet: 0E, 5A and A0. RGB value is (14,90,160). Sum of RGB (Red+Green+Blue) = 14+90+160=264 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.30% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 160 (62.89% from 255 or 60.61% from 264); Max value from RGB is 160 - color contains mainly: blue. Hex color #0E5AA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5AA0 is #F1A55F. Grayscale: #4A4A4A. Windows color (decimal): -15836512 or 10508814. OLE color: 10508814.

HSL color Cylindrical-coordinate representation of color #0E5AA0: hue angle of 208.77º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E5AA0 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1490160-
CMYK0.910.4400.37
HSL208.77º83.91%34.12%-
HSV(B)208.77º91.25%62.75%-
XYZ10.189.9434.64-
YUV75.26175.8284.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.30%
GREEN value IS 90 (35.55% from 255) = 34.09%
BLUE value IS 160 (62.89% from 255) = 60.61%
R=5.30%
G=34.09%
B=60.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal14901600.910.4400.37208.7783.9134.12
HexE5AA05B2C025d15422
Octal161322401335404532112442
Binary111010110101010000010110111011000100101110100011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,90,160); }

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

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

 a { background-color: rgb(14,90,160); }

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

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

 span { border-color: rgb(14,90,160); }

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