Html Css Color HEX #1976AA Cerulean

📋 copy color: '#1976AA'

red 25 ◦ green 118 ◦ blue 170

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

Shades of Cerulean #1976AA

Tints of Cerulean #1976AA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.7%

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

R = 7.99%
G = 37.7%
B = 54.31%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1976AA (or 0x1976AA) is known color: Cerulean. HEX triplet: 19, 76 and AA. RGB value is (25,118,170). Sum of RGB (Red+Green+Blue) = 25+118+170=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #1976AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1976AA is #E68955. Grayscale: #5F5F5F. Windows color (decimal): -15108438 or 11171353. OLE color: 11171353.

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

Color convert

RGB 25 118 170 -
CMYK 0.85 0.31 0 0.33
HSL 201.52º 0.74% 0.38% -
HSV(B) 201.52º 0.85% 0.67% -
XYZ 14.14 16.07 40.39 -
YUV 96.12 169.69 77.27 -
System Red Green Blue C M Y K H S L
Decimal 25 118 170 0.85 0.31 0 0.33 201.52 0.74 0.38
Hex 19 76 AA 55 1F 0 21 CA 4A 26
Octal 31 166 252 125 37 0 41 312 112 46
Binary 11001 1110110 10101010 1010101 11111 0 100001 11001010 1001010 100110

Color Harmonies of #1976AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1976AA

Black with #1976AA

Text Example


Text Example

White with #1976AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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