#0081AC

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

Shades of Cerulean #0081AC

Tints of Cerulean #0081AC

Color information

#0081AC (or 0x0081AC) is unknown color: approx Cerulean. HEX triplet: 00, 81 and AC. RGB value is (0,129,172). Sum of RGB (Red+Green+Blue) = 0+129+172=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #0081AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0081AC is #FF7E53. Grayscale: #5F5F5F. Windows color (decimal): -16744020 or 11305216. OLE color: 11305216.

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

Color convert

RGB0129172-
CMYK10.2500.33
HSL195º100%33.73%-
HSV(B)195º100%67.45%-
XYZ15.318.6841.83-
YUV95.33171.2660-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 129 (50.78% from 255) = 42.86%
BLUE value IS 172 (67.58% from 255) = 57.14%
R=0%
G=42.86%
B=57.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal012917210.2500.3319510033.73
Hex081AC6419021c36422
Octal02012541443104130314442
Binary010000001101011001100100110010100001110000111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0081AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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