#1977AD

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

Shades of Cerulean #1977AD

Tints of Cerulean #1977AD

Color information

#1977AD (or 0x1977AD) is unknown color: approx Cerulean. HEX triplet: 19, 77 and AD. RGB value is (25,119,173). Sum of RGB (Red+Green+Blue) = 25+119+173=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #1977AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1977AD is #E68852. Grayscale: #606060. Windows color (decimal): -15108179 or 11368217. OLE color: 11368217.

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

Color convert

RGB25119173-
CMYK0.860.3100.32
HSL201.89º74.75%38.82%-
HSV(B)201.89º85.55%67.84%-
XYZ14.5416.4241.94-
YUV97.05170.8676.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.89%
GREEN value IS 119 (46.88% from 255) = 37.54%
BLUE value IS 173 (67.97% from 255) = 54.57%
R=7.89%
G=37.54%
B=54.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal251191730.860.3100.32201.8974.7538.82
Hex1977AD561F020ca4b27
Octal311672551263704031211347
Binary110011110111101011011010110111110100000110010101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1977AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1977AD;
 }
 .AnyTagClassName
 {
   color: #1977AD;
 }
</style>
background-color css

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

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

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

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

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

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