#0E7092

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

Shades of Cerulean #0E7092

Tints of Cerulean #0E7092

Color information

#0E7092 (or 0x0E7092) is unknown color: approx Cerulean. HEX triplet: 0E, 70 and 92. RGB value is (14,112,146). Sum of RGB (Red+Green+Blue) = 14+112+146=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E7092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7092 is #F18F6D. Grayscale: #565656. Windows color (decimal): -15830894 or 9596942. OLE color: 9596942.

HSL color Cylindrical-coordinate representation of color #0E7092: hue angle of 195.45º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E7092 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14112146-
CMYK0.900.2300.43
HSL195.45º82.5%31.37%-
HSV(B)195.45º90.41%57.25%-
XYZ11.1613.7629.26-
YUV86.57161.5376.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.15%
GREEN value IS 112 (44.14% from 255) = 41.18%
BLUE value IS 146 (57.42% from 255) = 53.68%
R=5.15%
G=41.18%
B=53.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141121460.900.2300.43195.4582.531.37
HexE70925A1702Bc3521f
Octal161602221322705330312237
Binary1110111000010010010101101010111010101111000011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,112,146); }

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

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

 a { background-color: rgb(14,112,146); }

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

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

 span { border-color: rgb(14,112,146); }

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