Html Css Color HEX #1570DC Navy Blue

📋 copy color: '#1570DC'

red 21 ◦ green 112 ◦ blue 220

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

Shades of Navy Blue #1570DC

Tints of Navy Blue #1570DC

RGB

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

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

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

R = 5.95%
G = 31.73%
B = 62.32%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1570DC (or 0x1570DC) is known color: Navy Blue. HEX triplet: 15, 70 and DC. RGB value is (21,112,220). Sum of RGB (Red+Green+Blue) = 21+112+220=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #1570DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1570DC is #EA8F23. Grayscale: #606060. Windows color (decimal): -15372068 or 14446613. OLE color: 14446613.

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

Color convert

RGB 21 112 220 -
CMYK 0.90 0.49 0 0.14
HSL 212.56º 0.83% 0.47% -
HSV(B) 212.56º 0.9% 0.86% -
XYZ 19.02 16.92 69.97 -
YUV 97.1 197.35 73.72 -
System Red Green Blue C M Y K H S L
Decimal 21 112 220 0.90 0.49 0 0.14 212.56 0.83 0.47
Hex 15 70 DC 5A 31 0 E D5 53 2F
Octal 25 160 334 132 61 0 16 325 123 57
Binary 10101 1110000 11011100 1011010 110001 0 1110 11010101 1010011 101111

Color Harmonies of #1570DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1570DC

Black with #1570DC

Text Example


Text Example

White with #1570DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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