Html Css Color HEX #1570DD Navy Blue

📋 copy color: '#1570DD'

red 21 ◦ green 112 ◦ blue 221

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

Shades of Navy Blue #1570DD

Tints of Navy Blue #1570DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.43%

R = 5.93%
G = 31.64%
B = 62.43%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1570DD (or 0x1570DD) is known color: Navy Blue. HEX triplet: 15, 70 and DD. RGB value is (21,112,221). Sum of RGB (Red+Green+Blue) = 21+112+221=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #1570DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1570DD is #EA8F22. Grayscale: #606060. Windows color (decimal): -15372067 or 14512149. OLE color: 14512149.

HSL color Cylindrical-coordinate representation of color #1570DD: hue angle of 212.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1570DD is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 112 221 -
CMYK 0.90 0.49 0 0.13
HSL 212.7º 0.83% 0.47% -
HSV(B) 212.7º 0.9% 0.87% -
XYZ 19.15 16.97 70.67 -
YUV 97.22 197.85 73.64 -
System Red Green Blue C M Y K H S L
Decimal 21 112 221 0.90 0.49 0 0.13 212.7 0.83 0.47
Hex 15 70 DD 5A 31 0 D D5 53 2F
Octal 25 160 335 132 61 0 15 325 123 57
Binary 10101 1110000 11011101 1011010 110001 0 1101 11010101 1010011 101111

Color Harmonies of #1570DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1570DD

Black with #1570DD

Text Example


Text Example

White with #1570DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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