#0E78A7

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

Shades of Cerulean #0E78A7

Tints of Cerulean #0E78A7

Color information

#0E78A7 (or 0x0E78A7) is unknown color: approx Cerulean. HEX triplet: 0E, 78 and A7. RGB value is (14,120,167). Sum of RGB (Red+Green+Blue) = 14+120+167=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 167 (65.62% from 255 or 55.48% from 301); Max value from RGB is 167 - color contains mainly: blue. Hex color #0E78A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E78A7 is #F18758. Grayscale: #5D5D5D. Windows color (decimal): -15828825 or 10975246. OLE color: 10975246.

HSL color Cylindrical-coordinate representation of color #0E78A7: hue angle of 198.43º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E78A7 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14120167-
CMYK0.920.2800.35
HSL198.43º84.53%35.49%-
HSV(B)198.43º91.62%65.49%-
XYZ13.8716.3238.98-
YUV93.66169.3871.18-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.65%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 167 (65.62% from 255) = 55.48%
R=4.65%
G=39.87%
B=55.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141201670.920.2800.35198.4384.5335.49
HexE78A75C1C023c65523
Octal161702471343404330612543
Binary11101111000101001111011100111000100011110001101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E78A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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