Html Css Color HEX #1982AB Cerulean

📋 copy color: '#1982AB'

red 25 ◦ green 130 ◦ blue 171

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

Shades of Cerulean #1982AB

Tints of Cerulean #1982AB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.88%

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

R = 7.67%
G = 39.88%
B = 52.45%

CMYK

 C value IS 0.85

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1982AB (or 0x1982AB) is known color: Cerulean. HEX triplet: 19, 82 and AB. RGB value is (25,130,171). Sum of RGB (Red+Green+Blue) = 25+130+171=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #1982AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1982AB is #E67D54. Grayscale: #676767. Windows color (decimal): -15105365 or 11239961. OLE color: 11239961.

HSL color Cylindrical-coordinate representation of color #1982AB: hue angle of 196.85º 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 #1982AB is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 130 171 -
CMYK 0.85 0.24 0 0.33
HSL 196.85º 0.74% 0.38% -
HSV(B) 196.85º 0.85% 0.67% -
XYZ 15.73 19.11 41.39 -
YUV 103.28 166.21 72.17 -
System Red Green Blue C M Y K H S L
Decimal 25 130 171 0.85 0.24 0 0.33 196.85 0.74 0.38
Hex 19 82 AB 55 18 0 21 C5 4A 26
Octal 31 202 253 125 30 0 41 305 112 46
Binary 11001 10000010 10101011 1010101 11000 0 100001 11000101 1001010 100110

Color Harmonies of #1982AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1982AB

Black with #1982AB

Text Example


Text Example

White with #1982AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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