Html Css Color HEX #0E72A0 Cerulean

📋 copy color: '#0E72A0'

red 14 ◦ green 114 ◦ blue 160

#0E72A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0E72A0

Tints of Cerulean #0E72A0

RGB

 RED value IS 14 (5.86% from 255) = 4.86%

 GREEN value IS 114 (44.92% from 255) = 39.58%

 BLUE value IS 160 (62.89% from 255) = 55.56%

R = 4.86%
G = 39.58%
B = 55.56%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0E72A0 (or 0x0E72A0) is known color: Cerulean. HEX triplet: 0E, 72 and A0. RGB value is (14,114,160). Sum of RGB (Red+Green+Blue) = 14+114+160=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #0E72A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E72A0 is #F18D5F. Grayscale: #595959. Windows color (decimal): -15830368 or 10514958. OLE color: 10514958.

HSL color Cylindrical-coordinate representation of color #0E72A0: hue angle of 198.9º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E72A0 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 14 114 160 -
CMYK 0.91 0.29 0 0.37
HSL 198.9º 0.84% 0.34% -
HSV(B) 198.9º 0.91% 0.63% -
XYZ 12.54 14.67 35.43 -
YUV 89.34 167.87 74.26 -
System Red Green Blue C M Y K H S L
Decimal 14 114 160 0.91 0.29 0 0.37 198.9 0.84 0.34
Hex E 72 A0 5B 1D 0 25 C7 54 22
Octal 16 162 240 133 35 0 45 307 124 42
Binary 1110 1110010 10100000 1011011 11101 0 100101 11000111 1010100 100010

Color Harmonies of #0E72A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E72A0

Black with #0E72A0

Text Example


Text Example

White with #0E72A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,114,160); }

 H1.HeaderClassName
 {
   color: #0E72A0;
 }
 .AnyTagClassName
 {
   color: #0E72A0;
 }
</style>

background-color css

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

 a { background-color: rgb(14,114,160); }

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

border-color css

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

 span { border-color: rgb(14,114,160); }

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