#0E6695

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

Shades of Cerulean #0E6695

Tints of Cerulean #0E6695

Color information

#0E6695 (or 0x0E6695) is unknown color: approx Cerulean. HEX triplet: 0E, 66 and 95. RGB value is (14,102,149). Sum of RGB (Red+Green+Blue) = 14+102+149=265 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.28% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E6695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6695 is #F1996A. Grayscale: #505050. Windows color (decimal): -15833451 or 9790990. OLE color: 9790990.

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

Color convert

RGB14102149-
CMYK0.910.3200.42
HSL200.89º82.82%31.96%-
HSV(B)200.89º90.6%58.43%-
XYZ10.3611.7730.16-
YUV81.05166.3580.18-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.28%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 149 (58.59% from 255) = 56.23%
R=5.28%
G=38.49%
B=56.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141021490.910.3200.42200.8982.8231.96
HexE66955B2002Ac95320
Octal161462251334005231112340
Binary111011001101001010110110111000000101010110010011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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