#0E7195

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

Shades of Cerulean #0E7195

Tints of Cerulean #0E7195

Color information

#0E7195 (or 0x0E7195) is unknown color: approx Cerulean. HEX triplet: 0E, 71 and 95. RGB value is (14,113,149). Sum of RGB (Red+Green+Blue) = 14+113+149=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E7195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7195 is #F18E6A. Grayscale: #575757. Windows color (decimal): -15830635 or 9793806. OLE color: 9793806.

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

Color convert

RGB14113149-
CMYK0.910.2400.42
HSL196º82.82%31.96%-
HSV(B)196º90.6%58.43%-
XYZ11.5114.0730.54-
YUV87.5162.775.57-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.07%
GREEN value IS 113 (44.53% from 255) = 40.94%
BLUE value IS 149 (58.59% from 255) = 53.99%
R=5.07%
G=40.94%
B=53.99%

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
Decimal141131490.910.2400.4219682.8231.96
HexE71955B1802Ac45320
Octal161612251333005230412340
Binary11101110001100101011011011110000101010110001001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,113,149); }

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

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

 a { background-color: rgb(14,113,149); }

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

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

 span { border-color: rgb(14,113,149); }

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