#0E77AC

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

Shades of Cerulean #0E77AC

Tints of Cerulean #0E77AC

Color information

#0E77AC (or 0x0E77AC) is unknown color: approx Cerulean. HEX triplet: 0E, 77 and AC. RGB value is (14,119,172). Sum of RGB (Red+Green+Blue) = 14+119+172=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E77AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E77AC is #F18853. Grayscale: #5D5D5D. Windows color (decimal): -15829076 or 11302670. OLE color: 11302670.

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

Color convert

RGB14119172-
CMYK0.920.3100.33
HSL200.13º84.95%36.47%-
HSV(B)200.13º91.86%67.45%-
XYZ14.2216.2741.42-
YUV93.65172.2171.19-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.59%
GREEN value IS 119 (46.88% from 255) = 39.02%
BLUE value IS 172 (67.58% from 255) = 56.39%
R=4.59%
G=39.02%
B=56.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141191720.920.3100.33200.1384.9536.47
HexE77AC5C1F021c85524
Octal161672541343704131012544
Binary11101110111101011001011100111110100001110010001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E77AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,119,172); }

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

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

 a { background-color: rgb(14,119,172); }

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

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

 span { border-color: rgb(14,119,172); }

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