Html Css Color HEX #1980AD Cerulean

📋 copy color: '#1980AD'

red 25 ◦ green 128 ◦ blue 173

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

Shades of Cerulean #1980AD

Tints of Cerulean #1980AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.07%

R = 7.67%
G = 39.26%
B = 53.07%

CMYK

 C value IS 0.86

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1980AD (or 0x1980AD) is known color: Cerulean. HEX triplet: 19, 80 and AD. RGB value is (25,128,173). Sum of RGB (Red+Green+Blue) = 25+128+173=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #1980AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1980AD is #E67F52. Grayscale: #666666. Windows color (decimal): -15105875 or 11370521. OLE color: 11370521.

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

Color convert

RGB 25 128 173 -
CMYK 0.86 0.26 0 0.32
HSL 198.24º 0.75% 0.39% -
HSV(B) 198.24º 0.86% 0.68% -
XYZ 15.66 18.66 42.31 -
YUV 102.33 167.88 72.84 -
System Red Green Blue C M Y K H S L
Decimal 25 128 173 0.86 0.26 0 0.32 198.24 0.75 0.39
Hex 19 80 AD 56 1A 0 20 C6 4B 27
Octal 31 200 255 126 32 0 40 306 113 47
Binary 11001 10000000 10101101 1010110 11010 0 100000 11000110 1001011 100111

Color Harmonies of #1980AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1980AD

Black with #1980AD

Text Example


Text Example

White with #1980AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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