Html Css Color HEX #1972DF Navy Blue

📋 copy color: '#1972DF'

red 25 ◦ green 114 ◦ blue 223

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

Shades of Navy Blue #1972DF

Tints of Navy Blue #1972DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.49%

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

R = 6.91%
G = 31.49%
B = 61.6%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1972DF (or 0x1972DF) is known color: Navy Blue. HEX triplet: 19, 72 and DF. RGB value is (25,114,223). Sum of RGB (Red+Green+Blue) = 25+114+223=362 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.91% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #1972DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1972DF is #E68D20. Grayscale: #636363. Windows color (decimal): -15109409 or 14643737. OLE color: 14643737.

HSL color Cylindrical-coordinate representation of color #1972DF: hue angle of 213.03º 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 #1972DF is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 114 223 -
CMYK 0.89 0.49 0 0.13
HSL 213.03º 0.8% 0.49% -
HSV(B) 213.03º 0.89% 0.87% -
XYZ 19.74 17.57 72.16 -
YUV 99.82 197.51 74.64 -
System Red Green Blue C M Y K H S L
Decimal 25 114 223 0.89 0.49 0 0.13 213.03 0.8 0.49
Hex 19 72 DF 59 31 0 D D5 50 31
Octal 31 162 337 131 61 0 15 325 120 61
Binary 11001 1110010 11011111 1011001 110001 0 1101 11010101 1010000 110001

Color Harmonies of #1972DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1972DF

Black with #1972DF

Text Example


Text Example

White with #1972DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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