Html Css Color HEX #1571CF Navy Blue

📋 copy color: '#1571CF'

red 21 ◦ green 113 ◦ blue 207

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

Shades of Navy Blue #1571CF

Tints of Navy Blue #1571CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.7%

R = 6.16%
G = 33.14%
B = 60.7%

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

#1571CF (or 0x1571CF) is known color: Navy Blue. HEX triplet: 15, 71 and CF. RGB value is (21,113,207). Sum of RGB (Red+Green+Blue) = 21+113+207=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #1571CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1571CF is #EA8E30. Grayscale: #5F5F5F. Windows color (decimal): -15371825 or 13594901. OLE color: 13594901.

HSL color Cylindrical-coordinate representation of color #1571CF: hue angle of 210.32º degrees, saturation: 0.82, 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 #1571CF is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 113 207 -
CMYK 0.90 0.45 0 0.19
HSL 210.32º 0.82% 0.45% -
HSV(B) 210.32º 0.9% 0.81% -
XYZ 17.48 16.47 61.29 -
YUV 96.21 190.52 74.36 -
System Red Green Blue C M Y K H S L
Decimal 21 113 207 0.90 0.45 0 0.19 210.32 0.82 0.45
Hex 15 71 CF 5A 2D 0 13 D2 52 2D
Octal 25 161 317 132 55 0 23 322 122 55
Binary 10101 1110001 11001111 1011010 101101 0 10011 11010010 1010010 101101

Color Harmonies of #1571CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1571CF

Black with #1571CF

Text Example


Text Example

White with #1571CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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