Html Css Color HEX #1981AB Cerulean

📋 copy color: '#1981AB'

red 25 ◦ green 129 ◦ blue 171

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

Shades of Cerulean #1981AB

Tints of Cerulean #1981AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.69%

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

R = 7.69%
G = 39.69%
B = 52.62%

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

#1981AB (or 0x1981AB) is known color: Cerulean. HEX triplet: 19, 81 and AB. RGB value is (25,129,171). Sum of RGB (Red+Green+Blue) = 25+129+171=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #1981AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1981AB is #E67E54. Grayscale: #666666. Windows color (decimal): -15105621 or 11239705. OLE color: 11239705.

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

Color convert

RGB 25 129 171 -
CMYK 0.85 0.25 0 0.33
HSL 197.26º 0.74% 0.38% -
HSV(B) 197.26º 0.85% 0.67% -
XYZ 15.6 18.85 41.34 -
YUV 102.69 166.54 72.58 -
System Red Green Blue C M Y K H S L
Decimal 25 129 171 0.85 0.25 0 0.33 197.26 0.74 0.38
Hex 19 81 AB 55 19 0 21 C5 4A 26
Octal 31 201 253 125 31 0 41 305 112 46
Binary 11001 10000001 10101011 1010101 11001 0 100001 11000101 1001010 100110

Color Harmonies of #1981AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1981AB

Black with #1981AB

Text Example


Text Example

White with #1981AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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