Html Css Color HEX #1980AB Cerulean

📋 copy color: '#1980AB'

red 25 ◦ green 128 ◦ blue 171

#1980AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #1980AB

Tints of Cerulean #1980AB

RGB

 RED value IS 25 (10.16% from 255) = 7.72%

 GREEN value IS 128 (50.39% from 255) = 39.51%

 BLUE value IS 171 (67.19% from 255) = 52.78%

R = 7.72%
G = 39.51%
B = 52.78%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1980AB (or 0x1980AB) is known color: Cerulean. HEX triplet: 19, 80 and AB. RGB value is (25,128,171). Sum of RGB (Red+Green+Blue) = 25+128+171=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #1980AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1980AB is #E67F54. Grayscale: #656565. Windows color (decimal): -15105877 or 11239449. OLE color: 11239449.

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

Color convert

RGB 25 128 171 -
CMYK 0.85 0.25 0 0.33
HSL 197.67º 0.74% 0.38% -
HSV(B) 197.67º 0.85% 0.67% -
XYZ 15.47 18.59 41.3 -
YUV 102.11 166.88 73 -
System Red Green Blue C M Y K H S L
Decimal 25 128 171 0.85 0.25 0 0.33 197.67 0.74 0.38
Hex 19 80 AB 55 19 0 21 C6 4A 26
Octal 31 200 253 125 31 0 41 306 112 46
Binary 11001 10000000 10101011 1010101 11001 0 100001 11000110 1001010 100110

Color Harmonies of #1980AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1980AB

Black with #1980AB

Text Example


Text Example

White with #1980AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1980AB;
 }
 .AnyTagClassName
 {
   color: #1980AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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