Html Css Color HEX #1981AD Cerulean

📋 copy color: '#1981AD'

red 25 ◦ green 129 ◦ blue 173

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

Shades of Cerulean #1981AD

Tints of Cerulean #1981AD

RGB

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

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

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

R = 7.65%
G = 39.45%
B = 52.91%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1981AD (or 0x1981AD) is known color: Cerulean. HEX triplet: 19, 81 and AD. RGB value is (25,129,173). Sum of RGB (Red+Green+Blue) = 25+129+173=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #1981AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1981AD is #E67E52. Grayscale: #666666. Windows color (decimal): -15105619 or 11370777. OLE color: 11370777.

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

Color convert

RGB 25 129 173 -
CMYK 0.86 0.25 0 0.32
HSL 197.84º 0.75% 0.39% -
HSV(B) 197.84º 0.86% 0.68% -
XYZ 15.79 18.92 42.36 -
YUV 102.92 167.54 72.42 -
System Red Green Blue C M Y K H S L
Decimal 25 129 173 0.86 0.25 0 0.32 197.84 0.75 0.39
Hex 19 81 AD 56 19 0 20 C6 4B 27
Octal 31 201 255 126 31 0 40 306 113 47
Binary 11001 10000001 10101101 1010110 11001 0 100000 11000110 1001011 100111

Color Harmonies of #1981AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1981AD

Black with #1981AD

Text Example


Text Example

White with #1981AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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