Html Css Color HEX #1974D8 Navy Blue

📋 copy color: '#1974D8'

red 25 ◦ green 116 ◦ blue 216

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

Shades of Navy Blue #1974D8

Tints of Navy Blue #1974D8

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.49%

 BLUE value IS 216 (84.77% from 255) = 60.5%

R = 7%
G = 32.49%
B = 60.5%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1974D8 (or 0x1974D8) is known color: Navy Blue. HEX triplet: 19, 74 and D8. RGB value is (25,116,216). Sum of RGB (Red+Green+Blue) = 25+116+216=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 216 (84.77% from 255 or 60.50% from 357); Max value from RGB is 216 - color contains mainly: blue. Hex color #1974D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1974D8 is #E68B27. Grayscale: #636363. Windows color (decimal): -15108904 or 14185497. OLE color: 14185497.

HSL color Cylindrical-coordinate representation of color #1974D8: hue angle of 211.41º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1974D8 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 116 216 -
CMYK 0.88 0.46 0 0.15
HSL 211.41º 0.79% 0.47% -
HSV(B) 211.41º 0.88% 0.85% -
XYZ 19.04 17.66 67.37 -
YUV 100.19 193.35 74.37 -
System Red Green Blue C M Y K H S L
Decimal 25 116 216 0.88 0.46 0 0.15 211.41 0.79 0.47
Hex 19 74 D8 58 2E 0 F D3 4F 2F
Octal 31 164 330 130 56 0 17 323 117 57
Binary 11001 1110100 11011000 1011000 101110 0 1111 11010011 1001111 101111

Color Harmonies of #1974D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1974D8

Black with #1974D8

Text Example


Text Example

White with #1974D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1974D8; }

 p { color: rgb(25,116,216); }

 H1.HeaderClassName
 {
   color: #1974D8;
 }
 .AnyTagClassName
 {
   color: #1974D8;
 }
</style>

background-color css

<style>
 a { background-color: #1974D8; }

 a { background-color: rgb(25,116,216); }

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

border-color css

<style>
 span { border-color: #1974D8; }

 span { border-color: rgb(25,116,216); }

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