#0E80B0

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

Shades of Cerulean #0E80B0

Tints of Cerulean #0E80B0

Color information

#0E80B0 (or 0x0E80B0) is unknown color: approx Cerulean. HEX triplet: 0E, 80 and B0. RGB value is (14,128,176). Sum of RGB (Red+Green+Blue) = 14+128+176=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 176 (69.14% from 255 or 55.35% from 318); Max value from RGB is 176 - color contains mainly: blue. Hex color #0E80B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E80B0 is #F17F4F. Grayscale: #636363. Windows color (decimal): -15826768 or 11567118. OLE color: 11567118.

HSL color Cylindrical-coordinate representation of color #0E80B0: hue angle of 197.78º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E80B0 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14128176-
CMYK0.920.2700.31
HSL197.78º85.26%37.25%-
HSV(B)197.78º92.05%69.02%-
XYZ15.7418.6743.85-
YUV99.39171.2367.1-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.40%
GREEN value IS 128 (50.39% from 255) = 40.25%
BLUE value IS 176 (69.14% from 255) = 55.35%
R=4.40%
G=40.25%
B=55.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141281760.920.2700.31197.7885.2637.25
HexE80B05C1B01Fc65525
Octal162002601343303730612545
Binary11101000000010110000101110011011011111110001101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E80B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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