#0E7895

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

Shades of Cerulean #0E7895

Tints of Cerulean #0E7895

Color information

#0E7895 (or 0x0E7895) is unknown color: approx Cerulean. HEX triplet: 0E, 78 and 95. RGB value is (14,120,149). Sum of RGB (Red+Green+Blue) = 14+120+149=283 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.95% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E7895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7895 is #F1876A. Grayscale: #5B5B5B. Windows color (decimal): -15828843 or 9795598. OLE color: 9795598.

HSL color Cylindrical-coordinate representation of color #0E7895: hue angle of 192.89º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E7895 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14120149-
CMYK0.910.1900.42
HSL192.89º82.82%31.96%-
HSV(B)192.89º90.6%58.43%-
XYZ12.3215.730.81-
YUV91.61160.3872.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.95%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=4.95%
G=42.40%
B=52.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141201490.910.1900.42192.8982.8231.96
HexE78955B1302Ac15320
Octal161702251332305230112340
Binary11101111000100101011011011100110101010110000011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,120,149); }

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

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

 a { background-color: rgb(14,120,149); }

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

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

 span { border-color: rgb(14,120,149); }

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