Html Css Color HEX #0081AA Cerulean

📋 copy color: '#0081AA'

red 0 ◦ green 129 ◦ blue 170

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

Shades of Cerulean #0081AA

Tints of Cerulean #0081AA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 43.14%
B = 56.86%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0081AA (or 0x0081AA) is known color: Cerulean. HEX triplet: 00, 81 and AA. RGB value is (0,129,170). Sum of RGB (Red+Green+Blue) = 0+129+170=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #0081AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0081AA is #FF7E55. Grayscale: #5E5E5E. Windows color (decimal): -16744022 or 11174144. OLE color: 11174144.

HSL color Cylindrical-coordinate representation of color #0081AA: hue angle of 194.47º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0081AA is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 129 170 -
CMYK 1 0.24 0 0.33
HSL 194.47º 1% 0.33% -
HSV(B) 194.47º 1% 0.67% -
XYZ 15.11 18.6 40.82 -
YUV 95.1 170.26 60.17 -
System Red Green Blue C M Y K H S L
Decimal 0 129 170 1 0.24 0 0.33 194.47 1 0.33
Hex 0 81 AA 64 18 0 21 C2 64 21
Octal 0 201 252 144 30 0 41 302 144 41
Binary 0 10000001 10101010 1100100 11000 0 100001 11000010 1100100 100001

Color Harmonies of #0081AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0081AA

Black with #0081AA

Text Example


Text Example

White with #0081AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0081AA; }

 p { color: rgb(0,129,170); }

 H1.HeaderClassName
 {
   color: #0081AA;
 }
 .AnyTagClassName
 {
   color: #0081AA;
 }
</style>

background-color css

<style>
 a { background-color: #0081AA; }

 a { background-color: rgb(0,129,170); }

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

border-color css

<style>
 span { border-color: #0081AA; }

 span { border-color: rgb(0,129,170); }

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