#1480AB

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

Shades of Cerulean #1480AB

Tints of Cerulean #1480AB

Color information

#1480AB (or 0x1480AB) is unknown color: approx Cerulean. HEX triplet: 14, 80 and AB. RGB value is (20,128,171). Sum of RGB (Red+Green+Blue) = 20+128+171=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #1480AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1480AB is #EB7F54. Grayscale: #646464. Windows color (decimal): -15433557 or 11239444. OLE color: 11239444.

HSL color Cylindrical-coordinate representation of color #1480AB: hue angle of 197.09º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1480AB is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB20128171-
CMYK0.880.2500.33
HSL197.09º79.06%37.45%-
HSV(B)197.09º88.3%67.06%-
XYZ15.3618.5341.29-
YUV100.61167.7270.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.27%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 171 (67.19% from 255) = 53.61%
R=6.27%
G=40.13%
B=53.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201281710.880.2500.33197.0979.0637.45
Hex1480AB5819021c54f25
Octal242002531303104130511745
Binary1010010000000101010111011000110010100001110001011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1480AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1480AB; }

 p { color: rgb(20,128,171); }

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

<style>
 a { background-color: #1480AB; }

 a { background-color: rgb(20,128,171); }

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

<style>
 span { border-color: #1480AB; }

 span { border-color: rgb(20,128,171); }

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