Html Css Color HEX #1983AA Cerulean

📋 copy color: '#1983AA'

red 25 ◦ green 131 ◦ blue 170

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

Shades of Cerulean #1983AA

Tints of Cerulean #1983AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.18%

 BLUE value IS 170 (66.8% from 255) = 52.15%

R = 7.67%
G = 40.18%
B = 52.15%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1983AA (or 0x1983AA) is known color: Cerulean. HEX triplet: 19, 83 and AA. RGB value is (25,131,170). Sum of RGB (Red+Green+Blue) = 25+131+170=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #1983AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1983AA is #E67C55. Grayscale: #676767. Windows color (decimal): -15105110 or 11174681. OLE color: 11174681.

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

Color convert

RGB 25 131 170 -
CMYK 0.85 0.23 0 0.33
HSL 196.14º 0.74% 0.38% -
HSV(B) 196.14º 0.85% 0.67% -
XYZ 15.77 19.34 40.93 -
YUV 103.75 165.38 71.83 -
System Red Green Blue C M Y K H S L
Decimal 25 131 170 0.85 0.23 0 0.33 196.14 0.74 0.38
Hex 19 83 AA 55 17 0 21 C4 4A 26
Octal 31 203 252 125 27 0 41 304 112 46
Binary 11001 10000011 10101010 1010101 10111 0 100001 11000100 1001010 100110

Color Harmonies of #1983AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1983AA

Black with #1983AA

Text Example


Text Example

White with #1983AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1983AA; }

 p { color: rgb(25,131,170); }

 H1.HeaderClassName
 {
   color: #1983AA;
 }
 .AnyTagClassName
 {
   color: #1983AA;
 }
</style>

background-color css

<style>
 a { background-color: #1983AA; }

 a { background-color: rgb(25,131,170); }

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

border-color css

<style>
 span { border-color: #1983AA; }

 span { border-color: rgb(25,131,170); }

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