#0E6D95

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

Shades of Cerulean #0E6D95

Tints of Cerulean #0E6D95

Color information

#0E6D95 (or 0x0E6D95) is unknown color: approx Cerulean. HEX triplet: 0E, 6D and 95. RGB value is (14,109,149). Sum of RGB (Red+Green+Blue) = 14+109+149=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E6D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6D95 is #F1926A. Grayscale: #545454. Windows color (decimal): -15831659 or 9792782. OLE color: 9792782.

HSL color Cylindrical-coordinate representation of color #0E6D95: hue angle of 197.78º 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 #0E6D95 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14109149-
CMYK0.910.2700.42
HSL197.78º82.82%31.96%-
HSV(B)197.78º90.6%58.43%-
XYZ11.0713.230.4-
YUV85.16164.0377.25-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.15%
GREEN value IS 109 (42.97% from 255) = 40.07%
BLUE value IS 149 (58.59% from 255) = 54.78%
R=5.15%
G=40.07%
B=54.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141091490.910.2700.42197.7882.8231.96
HexE6D955B1B02Ac65320
Octal161552251333305230612340
Binary11101101101100101011011011110110101010110001101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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