#1980AF

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

Shades of Cerulean #1980AF

Tints of Cerulean #1980AF

Color information

#1980AF (or 0x1980AF) is unknown color: approx Cerulean. HEX triplet: 19, 80 and AF. RGB value is (25,128,175). Sum of RGB (Red+Green+Blue) = 25+128+175=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #1980AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1980AF is #E67F50. Grayscale: #666666. Windows color (decimal): -15105873 or 11501593. OLE color: 11501593.

HSL color Cylindrical-coordinate representation of color #1980AF: hue angle of 198.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1980AF is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB25128175-
CMYK0.860.2700.31
HSL198.8º75%39.22%-
HSV(B)198.8º85.71%68.63%-
XYZ15.8618.7443.34-
YUV102.56168.8872.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.62%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 175 (68.75% from 255) = 53.35%
R=7.62%
G=39.02%
B=53.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal251281750.860.2700.31198.87539.22
Hex1980AF561B01Fc74b27
Octal312002571263303730711347
Binary110011000000010101111101011011011011111110001111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1980AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1980AF; }

 p { color: rgb(25,128,175); }

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

<style>
 a { background-color: #1980AF; }

 a { background-color: rgb(25,128,175); }

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

<style>
 span { border-color: #1980AF; }

 span { border-color: rgb(25,128,175); }

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