#0E6DAA

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

Shades of Cerulean #0E6DAA

Tints of Cerulean #0E6DAA

Color information

#0E6DAA (or 0x0E6DAA) is unknown color: approx Cerulean. HEX triplet: 0E, 6D and AA. RGB value is (14,109,170). Sum of RGB (Red+Green+Blue) = 14+109+170=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E6DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6DAA is #F19255. Grayscale: #575757. Windows color (decimal): -15831638 or 11169038. OLE color: 11169038.

HSL color Cylindrical-coordinate representation of color #0E6DAA: hue angle of 203.46º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E6DAA is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14109170-
CMYK0.920.3600.33
HSL203.46º84.78%36.08%-
HSV(B)203.46º91.76%66.67%-
XYZ12.9113.9340.04-
YUV87.55174.5375.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.78%
GREEN value IS 109 (42.97% from 255) = 37.20%
BLUE value IS 170 (66.80% from 255) = 58.02%
R=4.78%
G=37.20%
B=58.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141091700.920.3600.33203.4684.7836.08
HexE6DAA5C24021cb5524
Octal161552521344404131312544
Binary111011011011010101010111001001000100001110010111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,109,170); }

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

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

 a { background-color: rgb(14,109,170); }

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

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

 span { border-color: rgb(14,109,170); }

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