Html Css Color HEX #1978DF Navy Blue

📋 copy color: '#1978DF'

red 25 ◦ green 120 ◦ blue 223

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

Shades of Navy Blue #1978DF

Tints of Navy Blue #1978DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.6%

R = 6.79%
G = 32.61%
B = 60.6%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1978DF (or 0x1978DF) is known color: Navy Blue. HEX triplet: 19, 78 and DF. RGB value is (25,120,223). Sum of RGB (Red+Green+Blue) = 25+120+223=368 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.79% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #1978DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1978DF is #E68720. Grayscale: #666666. Windows color (decimal): -15107873 or 14645273. OLE color: 14645273.

HSL color Cylindrical-coordinate representation of color #1978DF: hue angle of 211.21º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1978DF is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 120 223 -
CMYK 0.89 0.46 0 0.13
HSL 211.21º 0.8% 0.49% -
HSV(B) 211.21º 0.89% 0.87% -
XYZ 20.44 18.97 72.4 -
YUV 103.34 195.53 72.12 -
System Red Green Blue C M Y K H S L
Decimal 25 120 223 0.89 0.46 0 0.13 211.21 0.8 0.49
Hex 19 78 DF 59 2E 0 D D3 50 31
Octal 31 170 337 131 56 0 15 323 120 61
Binary 11001 1111000 11011111 1011001 101110 0 1101 11010011 1010000 110001

Color Harmonies of #1978DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1978DF

Black with #1978DF

Text Example


Text Example

White with #1978DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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