#0E7595

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

Shades of Cerulean #0E7595

Tints of Cerulean #0E7595

Color information

#0E7595 (or 0x0E7595) is unknown color: approx Cerulean. HEX triplet: 0E, 75 and 95. RGB value is (14,117,149). Sum of RGB (Red+Green+Blue) = 14+117+149=280 (37% of max value = 765). Red value is 14 (5.86% from 255 or 5% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E7595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7595 is #F18A6A. Grayscale: #595959. Windows color (decimal): -15829611 or 9794830. OLE color: 9794830.

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

Color convert

RGB14117149-
CMYK0.910.2100.42
HSL194.22º82.82%31.96%-
HSV(B)194.22º90.6%58.43%-
XYZ11.9714.9930.7-
YUV89.85161.3873.9-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5%
GREEN value IS 117 (46.09% from 255) = 41.79%
BLUE value IS 149 (58.59% from 255) = 53.21%
R=5%
G=41.79%
B=53.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141171490.910.2100.42194.2282.8231.96
HexE75955B1502Ac25320
Octal161652251332505230212340
Binary11101110101100101011011011101010101010110000101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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