#1880A2

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

Shades of Cerulean #1880A2

Tints of Cerulean #1880A2

Color information

#1880A2 (or 0x1880A2) is unknown color: approx Cerulean. HEX triplet: 18, 80 and A2. RGB value is (24,128,162). Sum of RGB (Red+Green+Blue) = 24+128+162=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 162 (63.67% from 255 or 51.59% from 314); Max value from RGB is 162 - color contains mainly: blue. Hex color #1880A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1880A2 is #E77F5D. Grayscale: #646464. Windows color (decimal): -15171422 or 10649624. OLE color: 10649624.

HSL color Cylindrical-coordinate representation of color #1880A2: hue angle of 194.78º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1880A2 is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB24128162-
CMYK0.850.2100.36
HSL194.78º74.19%36.47%-
HSV(B)194.78º85.19%63.53%-
XYZ14.6218.2436.93-
YUV100.78162.5473.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.64%
GREEN value IS 128 (50.39% from 255) = 40.76%
BLUE value IS 162 (63.67% from 255) = 51.59%
R=7.64%
G=40.76%
B=51.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal241281620.850.2100.36194.7874.1936.47
Hex1880A25515024c34a24
Octal302002421252504430311244
Binary1100010000000101000101010101101010100100110000111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1880A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1880A2; }

 p { color: rgb(24,128,162); }

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

<style>
 a { background-color: #1880A2; }

 a { background-color: rgb(24,128,162); }

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

<style>
 span { border-color: #1880A2; }

 span { border-color: rgb(24,128,162); }

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