Html Css Color HEX #1572D1 Navy Blue

📋 copy color: '#1572D1'

red 21 ◦ green 114 ◦ blue 209

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

Shades of Navy Blue #1572D1

Tints of Navy Blue #1572D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 60.76%

R = 6.1%
G = 33.14%
B = 60.76%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1572D1 (or 0x1572D1) is known color: Navy Blue. HEX triplet: 15, 72 and D1. RGB value is (21,114,209). Sum of RGB (Red+Green+Blue) = 21+114+209=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 209 (82.03% from 255 or 60.76% from 344); Max value from RGB is 209 - color contains mainly: blue. Hex color #1572D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1572D1 is #EA8D2E. Grayscale: #606060. Windows color (decimal): -15371567 or 13726229. OLE color: 13726229.

HSL color Cylindrical-coordinate representation of color #1572D1: hue angle of 210.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1572D1 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 21 114 209 -
CMYK 0.90 0.45 0 0.18
HSL 210.32º 0.82% 0.45% -
HSV(B) 210.32º 0.9% 0.82% -
XYZ 17.84 16.8 62.62 -
YUV 97.02 191.19 73.78 -
System Red Green Blue C M Y K H S L
Decimal 21 114 209 0.90 0.45 0 0.18 210.32 0.82 0.45
Hex 15 72 D1 5A 2D 0 12 D2 52 2D
Octal 25 162 321 132 55 0 22 322 122 55
Binary 10101 1110010 11010001 1011010 101101 0 10010 11010010 1010010 101101

Color Harmonies of #1572D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1572D1

Black with #1572D1

Text Example


Text Example

White with #1572D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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