Html Css Color HEX #1571CE Navy Blue

📋 copy color: '#1571CE'

red 21 ◦ green 113 ◦ blue 206

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

Shades of Navy Blue #1571CE

Tints of Navy Blue #1571CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.24%

 BLUE value IS 206 (80.86% from 255) = 60.59%

R = 6.18%
G = 33.24%
B = 60.59%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1571CE (or 0x1571CE) is known color: Navy Blue. HEX triplet: 15, 71 and CE. RGB value is (21,113,206). Sum of RGB (Red+Green+Blue) = 21+113+206=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #1571CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1571CE is #EA8E31. Grayscale: #5F5F5F. Windows color (decimal): -15371826 or 13529365. OLE color: 13529365.

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

Color convert

RGB 21 113 206 -
CMYK 0.90 0.45 0 0.19
HSL 210.16º 0.81% 0.45% -
HSV(B) 210.16º 0.9% 0.81% -
XYZ 17.35 16.43 60.65 -
YUV 96.09 190.02 74.44 -
System Red Green Blue C M Y K H S L
Decimal 21 113 206 0.90 0.45 0 0.19 210.16 0.81 0.45
Hex 15 71 CE 5A 2D 0 13 D2 51 2D
Octal 25 161 316 132 55 0 23 322 121 55
Binary 10101 1110001 11001110 1011010 101101 0 10011 11010010 1010001 101101

Color Harmonies of #1571CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1571CE

Black with #1571CE

Text Example


Text Example

White with #1571CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1571CE; }

 p { color: rgb(21,113,206); }

 H1.HeaderClassName
 {
   color: #1571CE;
 }
 .AnyTagClassName
 {
   color: #1571CE;
 }
</style>

background-color css

<style>
 a { background-color: #1571CE; }

 a { background-color: rgb(21,113,206); }

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

border-color css

<style>
 span { border-color: #1571CE; }

 span { border-color: rgb(21,113,206); }

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