#0E71A2

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

Shades of Cerulean #0E71A2

Tints of Cerulean #0E71A2

Color information

#0E71A2 (or 0x0E71A2) is unknown color: approx Cerulean. HEX triplet: 0E, 71 and A2. RGB value is (14,113,162). Sum of RGB (Red+Green+Blue) = 14+113+162=289 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.84% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 162 (63.67% from 255 or 56.06% from 289); Max value from RGB is 162 - color contains mainly: blue. Hex color #0E71A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E71A2 is #F18E5D. Grayscale: #585858. Windows color (decimal): -15830622 or 10645774. OLE color: 10645774.

HSL color Cylindrical-coordinate representation of color #0E71A2: hue angle of 199.86º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E71A2 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14113162-
CMYK0.910.3000.36
HSL199.86º84.09%34.51%-
HSV(B)199.86º91.36%63.53%-
XYZ12.6114.5136.32-
YUV88.98169.274.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.84%
GREEN value IS 113 (44.53% from 255) = 39.10%
BLUE value IS 162 (63.67% from 255) = 56.06%
R=4.84%
G=39.10%
B=56.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141131620.910.3000.36199.8684.0934.51
HexE71A25B1E024c85423
Octal161612421333604431012443
Binary11101110001101000101011011111100100100110010001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E71A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,113,162); }

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

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

 a { background-color: rgb(14,113,162); }

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

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

 span { border-color: rgb(14,113,162); }

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