#0E80AA

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

Shades of Cerulean #0E80AA

Tints of Cerulean #0E80AA

Color information

#0E80AA (or 0x0E80AA) is unknown color: approx Cerulean. HEX triplet: 0E, 80 and AA. RGB value is (14,128,170). Sum of RGB (Red+Green+Blue) = 14+128+170=312 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.49% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E80AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E80AA is #F17F55. Grayscale: #626262. Windows color (decimal): -15826774 or 11173902. OLE color: 11173902.

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

Color convert

RGB14128170-
CMYK0.920.2500.33
HSL196.15º84.78%36.08%-
HSV(B)196.15º91.76%66.67%-
XYZ15.1618.4340.79-
YUV98.7168.2367.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.49%
GREEN value IS 128 (50.39% from 255) = 41.03%
BLUE value IS 170 (66.80% from 255) = 54.49%
R=4.49%
G=41.03%
B=54.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141281700.920.2500.33196.1584.7836.08
HexE80AA5C19021c45524
Octal162002521343104130412544
Binary111010000000101010101011100110010100001110001001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E80AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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