#1A81AC

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

Shades of Cerulean #1A81AC

Tints of Cerulean #1A81AC

Color information

#1A81AC (or 0x1A81AC) is unknown color: approx Cerulean. HEX triplet: 1A, 81 and AC. RGB value is (26,129,172). Sum of RGB (Red+Green+Blue) = 26+129+172=327 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.95% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A81AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A81AC is #E57E53. Grayscale: #666666. Windows color (decimal): -15040084 or 11305242. OLE color: 11305242.

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

Color convert

RGB26129172-
CMYK0.850.2500.33
HSL197.67º73.74%38.82%-
HSV(B)197.67º84.88%67.45%-
XYZ15.7218.941.85-
YUV103.1166.8873-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.95%
GREEN value IS 129 (50.78% from 255) = 39.45%
BLUE value IS 172 (67.58% from 255) = 52.60%
R=7.95%
G=39.45%
B=52.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal261291720.850.2500.33197.6773.7438.82
Hex1A81AC5519021c64a27
Octal322012541253104130611247
Binary1101010000001101011001010101110010100001110001101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A81AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A81AC; }

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

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

<style>
 a { background-color: #1A81AC; }

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

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

<style>
 span { border-color: #1A81AC; }

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

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