Html Css Color HEX #000571 Navy

📋 copy color: '#000571'

red 0 ◦ green 5 ◦ blue 113

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

Shades of Navy #000571

Tints of Navy #000571

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 5 (2.34% from 255) = 4.24%

 BLUE value IS 113 (44.53% from 255) = 95.76%

R = 0%
G = 4.24%
B = 95.76%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#000571 (or 0x000571) is known color: Navy. HEX triplet: 00, 05 and 71. RGB value is (0,5,113). Sum of RGB (Red+Green+Blue) = 0+5+113=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 113 (44.53% from 255 or 95.76% from 118); Max value from RGB is 113 - color contains mainly: blue. Hex color #000571 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000571 is #FFFA8E. Grayscale: #0F0F0F. Windows color (decimal): -16775823 or 7406848. OLE color: 7406848.

HSL color Cylindrical-coordinate representation of color #000571: hue angle of 237.35º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000571 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 5 113 -
CMYK 1 0.96 0 0.56
HSL 237.35º 1% 0.22% -
HSV(B) 237.35º 1% 0.44% -
XYZ 3.03 1.3 15.71 -
YUV 15.82 182.84 116.72 -
System Red Green Blue C M Y K H S L
Decimal 0 5 113 1 0.96 0 0.56 237.35 1 0.22
Hex 0 5 71 64 60 0 38 ED 64 16
Octal 0 5 161 144 140 0 70 355 144 26
Binary 0 101 1110001 1100100 1100000 0 111000 11101101 1100100 10110

Color Harmonies of #000571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000571

Black with #000571

Text Example


Text Example

White with #000571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000571; }

 p { color: rgb(0,5,113); }

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

background-color css

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

 a { background-color: rgb(0,5,113); }

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

border-color css

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

 span { border-color: rgb(0,5,113); }

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