Html Css Color HEX #0E76AA Cerulean

📋 copy color: '#0E76AA'

red 14 ◦ green 118 ◦ blue 170

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

Shades of Cerulean #0E76AA

Tints of Cerulean #0E76AA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.07%

 BLUE value IS 170 (66.8% from 255) = 56.29%

R = 4.64%
G = 39.07%
B = 56.29%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E76AA (or 0x0E76AA) is known color: Cerulean. HEX triplet: 0E, 76 and AA. RGB value is (14,118,170). Sum of RGB (Red+Green+Blue) = 14+118+170=302 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.64% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E76AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E76AA is #F18955. Grayscale: #5C5C5C. Windows color (decimal): -15829334 or 11171342. OLE color: 11171342.

HSL color Cylindrical-coordinate representation of color #0E76AA: hue angle of 200º 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 #0E76AA is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 118 170 -
CMYK 0.92 0.31 0 0.33
HSL 200º 0.85% 0.36% -
HSV(B) 200º 0.92% 0.67% -
XYZ 13.92 15.95 40.38 -
YUV 92.83 171.54 71.77 -
System Red Green Blue C M Y K H S L
Decimal 14 118 170 0.92 0.31 0 0.33 200 0.85 0.36
Hex E 76 AA 5C 1F 0 21 C8 55 24
Octal 16 166 252 134 37 0 41 310 125 44
Binary 1110 1110110 10101010 1011100 11111 0 100001 11001000 1010101 100100

Color Harmonies of #0E76AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E76AA

Black with #0E76AA

Text Example


Text Example

White with #0E76AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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