#0E6895

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

Shades of Cerulean #0E6895

Tints of Cerulean #0E6895

Color information

#0E6895 (or 0x0E6895) is unknown color: approx Cerulean. HEX triplet: 0E, 68 and 95. RGB value is (14,104,149). Sum of RGB (Red+Green+Blue) = 14+104+149=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E6895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6895 is #F1976A. Grayscale: #515151. Windows color (decimal): -15832939 or 9791502. OLE color: 9791502.

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

Color convert

RGB14104149-
CMYK0.910.3000.42
HSL200º82.82%31.96%-
HSV(B)200º90.6%58.43%-
XYZ10.5612.1630.23-
YUV82.22165.6879.34-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.24%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 149 (58.59% from 255) = 55.81%
R=5.24%
G=38.95%
B=55.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141041490.910.3000.4220082.8231.96
HexE68955B1E02Ac85320
Octal161502251333605231012340
Binary11101101000100101011011011111100101010110010001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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