Html Css Color HEX #1978A2 Cerulean

📋 copy color: '#1978A2'

red 25 ◦ green 120 ◦ blue 162

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

Shades of Cerulean #1978A2

Tints of Cerulean #1978A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 52.77%

R = 8.14%
G = 39.09%
B = 52.77%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1978A2 (or 0x1978A2) is known color: Cerulean. HEX triplet: 19, 78 and A2. RGB value is (25,120,162). Sum of RGB (Red+Green+Blue) = 25+120+162=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #1978A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1978A2 is #E6875D. Grayscale: #606060. Windows color (decimal): -15107934 or 10647577. OLE color: 10647577.

HSL color Cylindrical-coordinate representation of color #1978A2: hue angle of 198.39º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1978A2 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 25 120 162 -
CMYK 0.85 0.26 0 0.36
HSL 198.39º 0.73% 0.37% -
HSV(B) 198.39º 0.85% 0.64% -
XYZ 13.64 16.25 36.6 -
YUV 96.38 165.03 77.08 -
System Red Green Blue C M Y K H S L
Decimal 25 120 162 0.85 0.26 0 0.36 198.39 0.73 0.37
Hex 19 78 A2 55 1A 0 24 C6 49 25
Octal 31 170 242 125 32 0 44 306 111 45
Binary 11001 1111000 10100010 1010101 11010 0 100100 11000110 1001001 100101

Color Harmonies of #1978A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1978A2

Black with #1978A2

Text Example


Text Example

White with #1978A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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