Html Css Color HEX #0E81AC Cerulean

📋 copy color: '#0E81AC'

red 14 ◦ green 129 ◦ blue 172

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

Shades of Cerulean #0E81AC

Tints of Cerulean #0E81AC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.95%

 BLUE value IS 172 (67.58% from 255) = 54.6%

R = 4.44%
G = 40.95%
B = 54.6%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E81AC (or 0x0E81AC) is known color: Cerulean. HEX triplet: 0E, 81 and AC. RGB value is (14,129,172). Sum of RGB (Red+Green+Blue) = 14+129+172=315 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.44% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E81AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E81AC is #F17E53. Grayscale: #636363. Windows color (decimal): -15826516 or 11305230. OLE color: 11305230.

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

Color convert

RGB 14 129 172 -
CMYK 0.92 0.25 0 0.33
HSL 196.33º 0.85% 0.36% -
HSV(B) 196.33º 0.92% 0.67% -
XYZ 15.48 18.77 41.84 -
YUV 99.52 168.9 67 -
System Red Green Blue C M Y K H S L
Decimal 14 129 172 0.92 0.25 0 0.33 196.33 0.85 0.36
Hex E 81 AC 5C 19 0 21 C4 55 24
Octal 16 201 254 134 31 0 41 304 125 44
Binary 1110 10000001 10101100 1011100 11001 0 100001 11000100 1010101 100100

Color Harmonies of #0E81AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E81AC

Black with #0E81AC

Text Example


Text Example

White with #0E81AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,129,172); }

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

background-color css

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

 a { background-color: rgb(14,129,172); }

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

border-color css

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

 span { border-color: rgb(14,129,172); }

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