#0E6B9C

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

Shades of Cerulean #0E6B9C

Tints of Cerulean #0E6B9C

Color information

#0E6B9C (or 0x0E6B9C) is unknown color: approx Cerulean. HEX triplet: 0E, 6B and 9C. RGB value is (14,107,156). Sum of RGB (Red+Green+Blue) = 14+107+156=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #0E6B9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6B9C is #F19463. Grayscale: #545454. Windows color (decimal): -15832164 or 10251022. OLE color: 10251022.

HSL color Cylindrical-coordinate representation of color #0E6B9C: hue angle of 200.7º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E6B9C is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14107156-
CMYK0.910.3100.39
HSL200.7º83.53%33.33%-
HSV(B)200.7º91.03%61.18%-
XYZ11.4413.0133.36-
YUV84.78168.1977.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.05%
GREEN value IS 107 (42.19% from 255) = 38.63%
BLUE value IS 156 (61.33% from 255) = 56.32%
R=5.05%
G=38.63%
B=56.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141071560.910.3100.39200.783.5333.33
HexE6B9C5B1F027c95421
Octal161532341333704731112441
Binary11101101011100111001011011111110100111110010011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,107,156); }

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

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

 a { background-color: rgb(14,107,156); }

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

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

 span { border-color: rgb(14,107,156); }

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