Html Css Color HEX #1570D0 Navy Blue

📋 copy color: '#1570D0'

red 21 ◦ green 112 ◦ blue 208

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

Shades of Navy Blue #1570D0

Tints of Navy Blue #1570D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 61%

R = 6.16%
G = 32.84%
B = 61%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1570D0 (or 0x1570D0) is known color: Navy Blue. HEX triplet: 15, 70 and D0. RGB value is (21,112,208). Sum of RGB (Red+Green+Blue) = 21+112+208=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 208 (81.64% from 255 or 61.00% from 341); Max value from RGB is 208 - color contains mainly: blue. Hex color #1570D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1570D0 is #EA8F2F. Grayscale: #5F5F5F. Windows color (decimal): -15372080 or 13660181. OLE color: 13660181.

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

Color convert

RGB 21 112 208 -
CMYK 0.90 0.46 0 0.18
HSL 210.8º 0.82% 0.45% -
HSV(B) 210.8º 0.9% 0.82% -
XYZ 17.49 16.3 61.9 -
YUV 95.74 191.35 74.69 -
System Red Green Blue C M Y K H S L
Decimal 21 112 208 0.90 0.46 0 0.18 210.8 0.82 0.45
Hex 15 70 D0 5A 2E 0 12 D3 52 2D
Octal 25 160 320 132 56 0 22 323 122 55
Binary 10101 1110000 11010000 1011010 101110 0 10010 11010011 1010010 101101

Color Harmonies of #1570D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1570D0

Black with #1570D0

Text Example


Text Example

White with #1570D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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