Html Css Color HEX #1979AB Cerulean

📋 copy color: '#1979AB'

red 25 ◦ green 121 ◦ blue 171

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

Shades of Cerulean #1979AB

Tints of Cerulean #1979AB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.17%

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

R = 7.89%
G = 38.17%
B = 53.94%

CMYK

 C value IS 0.85

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1979AB (or 0x1979AB) is known color: Cerulean. HEX triplet: 19, 79 and AB. RGB value is (25,121,171). Sum of RGB (Red+Green+Blue) = 25+121+171=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #1979AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1979AB is #E68654. Grayscale: #616161. Windows color (decimal): -15107669 or 11237657. OLE color: 11237657.

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

Color convert

RGB 25 121 171 -
CMYK 0.85 0.29 0 0.33
HSL 200.55º 0.74% 0.38% -
HSV(B) 200.55º 0.85% 0.67% -
XYZ 14.59 16.82 41.01 -
YUV 98 169.2 75.93 -
System Red Green Blue C M Y K H S L
Decimal 25 121 171 0.85 0.29 0 0.33 200.55 0.74 0.38
Hex 19 79 AB 55 1D 0 21 C9 4A 26
Octal 31 171 253 125 35 0 41 311 112 46
Binary 11001 1111001 10101011 1010101 11101 0 100001 11001001 1001010 100110

Color Harmonies of #1979AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1979AB

Black with #1979AB

Text Example


Text Example

White with #1979AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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