Html Css Color HEX #1972DB Navy Blue

📋 copy color: '#1972DB'

red 25 ◦ green 114 ◦ blue 219

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

Shades of Navy Blue #1972DB

Tints of Navy Blue #1972DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.17%

R = 6.98%
G = 31.84%
B = 61.17%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1972DB (or 0x1972DB) is known color: Navy Blue. HEX triplet: 19, 72 and DB. RGB value is (25,114,219). Sum of RGB (Red+Green+Blue) = 25+114+219=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #1972DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1972DB is #E68D24. Grayscale: #626262. Windows color (decimal): -15109413 or 14381593. OLE color: 14381593.

HSL color Cylindrical-coordinate representation of color #1972DB: hue angle of 212.47º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1972DB is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 114 219 -
CMYK 0.89 0.48 0 0.14
HSL 212.47º 0.8% 0.48% -
HSV(B) 212.47º 0.89% 0.86% -
XYZ 19.2 17.36 69.36 -
YUV 99.36 195.51 74.96 -
System Red Green Blue C M Y K H S L
Decimal 25 114 219 0.89 0.48 0 0.14 212.47 0.8 0.48
Hex 19 72 DB 59 30 0 E D4 50 30
Octal 31 162 333 131 60 0 16 324 120 60
Binary 11001 1110010 11011011 1011001 110000 0 1110 11010100 1010000 110000

Color Harmonies of #1972DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1972DB

Black with #1972DB

Text Example


Text Example

White with #1972DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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