#0E84A9

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

Shades of Cerulean #0E84A9

Tints of Cerulean #0E84A9

Color information

#0E84A9 (or 0x0E84A9) is unknown color: approx Cerulean. HEX triplet: 0E, 84 and A9. RGB value is (14,132,169). Sum of RGB (Red+Green+Blue) = 14+132+169=315 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.44% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 169 (66.41% from 255 or 53.65% from 315); Max value from RGB is 169 - color contains mainly: blue. Hex color #0E84A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E84A9 is #F17B56. Grayscale: #646464. Windows color (decimal): -15825751 or 11109390. OLE color: 11109390.

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

Color convert

RGB14132169-
CMYK0.920.2200.34
HSL194.32º84.7%35.88%-
HSV(B)194.32º91.72%66.27%-
XYZ15.5919.4640.47-
YUV100.94166.4165.99-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.44%
GREEN value IS 132 (51.95% from 255) = 41.90%
BLUE value IS 169 (66.41% from 255) = 53.65%
R=4.44%
G=41.90%
B=53.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal141321690.920.2200.34194.3284.735.88
HexE84A95C16022c25524
Octal162042511342604230212544
Binary111010000100101010011011100101100100010110000101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E84A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,132,169); }

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

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

 a { background-color: rgb(14,132,169); }

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

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

 span { border-color: rgb(14,132,169); }

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