Html Css Color HEX #1572DC Navy Blue

📋 copy color: '#1572DC'

red 21 ◦ green 114 ◦ blue 220

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

Shades of Navy Blue #1572DC

Tints of Navy Blue #1572DC

RGB

 RED value IS 21 (8.59% from 255) = 5.92%

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

 BLUE value IS 220 (86.33% from 255) = 61.97%

R = 5.92%
G = 32.11%
B = 61.97%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1572DC (or 0x1572DC) is known color: Navy Blue. HEX triplet: 15, 72 and DC. RGB value is (21,114,220). Sum of RGB (Red+Green+Blue) = 21+114+220=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #1572DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1572DC is #EA8D23. Grayscale: #616161. Windows color (decimal): -15371556 or 14447125. OLE color: 14447125.

HSL color Cylindrical-coordinate representation of color #1572DC: hue angle of 211.96º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1572DC is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 114 220 -
CMYK 0.90 0.48 0 0.14
HSL 211.96º 0.83% 0.47% -
HSV(B) 211.96º 0.9% 0.86% -
XYZ 19.24 17.36 70.05 -
YUV 98.28 196.69 72.88 -
System Red Green Blue C M Y K H S L
Decimal 21 114 220 0.90 0.48 0 0.14 211.96 0.83 0.47
Hex 15 72 DC 5A 30 0 E D4 53 2F
Octal 25 162 334 132 60 0 16 324 123 57
Binary 10101 1110010 11011100 1011010 110000 0 1110 11010100 1010011 101111

Color Harmonies of #1572DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1572DC

Black with #1572DC

Text Example


Text Example

White with #1572DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1572DC; }

 p { color: rgb(21,114,220); }

 H1.HeaderClassName
 {
   color: #1572DC;
 }
 .AnyTagClassName
 {
   color: #1572DC;
 }
</style>

background-color css

<style>
 a { background-color: #1572DC; }

 a { background-color: rgb(21,114,220); }

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

border-color css

<style>
 span { border-color: #1572DC; }

 span { border-color: rgb(21,114,220); }

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