Html Css Color HEX #1978AB Cerulean

📋 copy color: '#1978AB'

red 25 ◦ green 120 ◦ blue 171

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

Shades of Cerulean #1978AB

Tints of Cerulean #1978AB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.97%

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

R = 7.91%
G = 37.97%
B = 54.11%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1978AB (or 0x1978AB) is known color: Cerulean. HEX triplet: 19, 78 and AB. RGB value is (25,120,171). Sum of RGB (Red+Green+Blue) = 25+120+171=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #1978AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1978AB is #E68754. Grayscale: #616161. Windows color (decimal): -15107925 or 11237401. OLE color: 11237401.

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

Color convert

RGB 25 120 171 -
CMYK 0.85 0.30 0 0.33
HSL 200.96º 0.74% 0.38% -
HSV(B) 200.96º 0.85% 0.67% -
XYZ 14.47 16.58 40.97 -
YUV 97.41 169.53 76.35 -
System Red Green Blue C M Y K H S L
Decimal 25 120 171 0.85 0.30 0 0.33 200.96 0.74 0.38
Hex 19 78 AB 55 1E 0 21 C9 4A 26
Octal 31 170 253 125 36 0 41 311 112 46
Binary 11001 1111000 10101011 1010101 11110 0 100001 11001001 1001010 100110

Color Harmonies of #1978AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1978AB

Black with #1978AB

Text Example


Text Example

White with #1978AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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