Html Css Color HEX #1570D2 Navy Blue

📋 copy color: '#1570D2'

red 21 ◦ green 112 ◦ blue 210

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

Shades of Navy Blue #1570D2

Tints of Navy Blue #1570D2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

 BLUE value IS 210 (82.42% from 255) = 61.22%

R = 6.12%
G = 32.65%
B = 61.22%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1570D2 (or 0x1570D2) is known color: Navy Blue. HEX triplet: 15, 70 and D2. RGB value is (21,112,210). Sum of RGB (Red+Green+Blue) = 21+112+210=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 210 (82.42% from 255 or 61.22% from 343); Max value from RGB is 210 - color contains mainly: blue. Hex color #1570D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1570D2 is #EA8F2D. Grayscale: #5F5F5F. Windows color (decimal): -15372078 or 13791253. OLE color: 13791253.

HSL color Cylindrical-coordinate representation of color #1570D2: hue angle of 211.11º 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 #1570D2 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 21 112 210 -
CMYK 0.90 0.47 0 0.18
HSL 211.11º 0.82% 0.45% -
HSV(B) 211.11º 0.9% 0.82% -
XYZ 17.74 16.4 63.2 -
YUV 95.96 192.35 74.53 -
System Red Green Blue C M Y K H S L
Decimal 21 112 210 0.90 0.47 0 0.18 211.11 0.82 0.45
Hex 15 70 D2 5A 2F 0 12 D3 52 2D
Octal 25 160 322 132 57 0 22 323 122 55
Binary 10101 1110000 11010010 1011010 101111 0 10010 11010011 1010010 101101

Color Harmonies of #1570D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1570D2

Black with #1570D2

Text Example


Text Example

White with #1570D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1570D2; }

 p { color: rgb(21,112,210); }

 H1.HeaderClassName
 {
   color: #1570D2;
 }
 .AnyTagClassName
 {
   color: #1570D2;
 }
</style>

background-color css

<style>
 a { background-color: #1570D2; }

 a { background-color: rgb(21,112,210); }

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

border-color css

<style>
 span { border-color: #1570D2; }

 span { border-color: rgb(21,112,210); }

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