#0E7094

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

Shades of Cerulean #0E7094

Tints of Cerulean #0E7094

Color information

#0E7094 (or 0x0E7094) is unknown color: approx Cerulean. HEX triplet: 0E, 70 and 94. RGB value is (14,112,148). Sum of RGB (Red+Green+Blue) = 14+112+148=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #0E7094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7094 is #F18F6B. Grayscale: #565656. Windows color (decimal): -15830892 or 9728014. OLE color: 9728014.

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

Color convert

RGB14112148-
CMYK0.910.2400.42
HSL196.12º82.72%31.76%-
HSV(B)196.12º90.54%58.04%-
XYZ11.3213.8230.09-
YUV86.8162.5376.07-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.11%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 148 (58.20% from 255) = 54.01%
R=5.11%
G=40.88%
B=54.01%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141121480.910.2400.42196.1282.7231.76
HexE70945B1802Ac45320
Octal161602241333005230412340
Binary11101110000100101001011011110000101010110001001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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