Html Css Color HEX #1976AB Cerulean

📋 copy color: '#1976AB'

red 25 ◦ green 118 ◦ blue 171

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

Shades of Cerulean #1976AB

Tints of Cerulean #1976AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.46%

R = 7.96%
G = 37.58%
B = 54.46%

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

#1976AB (or 0x1976AB) is known color: Cerulean. HEX triplet: 19, 76 and AB. RGB value is (25,118,171). Sum of RGB (Red+Green+Blue) = 25+118+171=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #1976AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1976AB is #E68954. Grayscale: #5F5F5F. Windows color (decimal): -15108437 or 11236889. OLE color: 11236889.

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

Color convert

RGB 25 118 171 -
CMYK 0.85 0.31 0 0.33
HSL 201.78º 0.74% 0.38% -
HSV(B) 201.78º 0.85% 0.67% -
XYZ 14.23 16.1 40.89 -
YUV 96.24 170.19 77.19 -
System Red Green Blue C M Y K H S L
Decimal 25 118 171 0.85 0.31 0 0.33 201.78 0.74 0.38
Hex 19 76 AB 55 1F 0 21 CA 4A 26
Octal 31 166 253 125 37 0 41 312 112 46
Binary 11001 1110110 10101011 1010101 11111 0 100001 11001010 1001010 100110

Color Harmonies of #1976AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1976AB

Black with #1976AB

Text Example


Text Example

White with #1976AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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