#0E789B

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

Shades of Cerulean #0E789B

Tints of Cerulean #0E789B

Color information

#0E789B (or 0x0E789B) is unknown color: approx Cerulean. HEX triplet: 0E, 78 and 9B. RGB value is (14,120,155). Sum of RGB (Red+Green+Blue) = 14+120+155=289 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.84% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E789B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E789B is #F18764. Grayscale: #5C5C5C. Windows color (decimal): -15828837 or 10188814. OLE color: 10188814.

HSL color Cylindrical-coordinate representation of color #0E789B: hue angle of 194.89º degrees, saturation: 0.83, 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 #0E789B is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14120155-
CMYK0.910.2300.39
HSL194.89º83.43%33.14%-
HSV(B)194.89º90.97%60.78%-
XYZ12.8115.8933.4-
YUV92.3163.3872.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.84%
GREEN value IS 120 (47.27% from 255) = 41.52%
BLUE value IS 155 (60.94% from 255) = 53.63%
R=4.84%
G=41.52%
B=53.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141201550.910.2300.39194.8983.4333.14
HexE789B5B17027c35321
Octal161702331332704730312341
Binary11101111000100110111011011101110100111110000111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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