#1983AA

Color #1983AA Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #1983AA

Tints of Cerulean #1983AA

Color information

#1983AA (or 0x1983AA) is unknown color: approx 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

RGB25131170-
CMYK0.850.2300.33
HSL196.14º74.36%38.24%-
HSV(B)196.14º85.29%66.67%-
XYZ15.7719.3440.93-
YUV103.75165.3871.83-

RGB Variations

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

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.80% from 255) = 52.15%
R=7.67%
G=40.18%
B=52.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251311700.850.2300.33196.1474.3638.24
Hex1983AA5517021c44a26
Octal312032521252704130411246
Binary1100110000011101010101010101101110100001110001001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1983AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>