Html Css Color HEX #000570 Navy

📋 copy color: '#000570'

red 0 ◦ green 5 ◦ blue 112

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

Shades of Navy #000570

Tints of Navy #000570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 95.73%

R = 0%
G = 4.27%
B = 95.73%

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

#000570 (or 0x000570) is known color: Navy. HEX triplet: 00, 05 and 70. RGB value is (0,5,112). Sum of RGB (Red+Green+Blue) = 0+5+112=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 112 (44.14% from 255 or 95.73% from 117); Max value from RGB is 112 - color contains mainly: blue. Hex color #000570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000570 is #FFFA8F. Grayscale: #0F0F0F. Windows color (decimal): -16775824 or 7341312. OLE color: 7341312.

HSL color Cylindrical-coordinate representation of color #000570: hue angle of 237.32º 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 #000570 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 5 112 -
CMYK 1 0.96 0 0.56
HSL 237.32º 1% 0.22% -
HSV(B) 237.32º 1% 0.44% -
XYZ 2.98 1.28 15.42 -
YUV 15.7 182.34 116.8 -
System Red Green Blue C M Y K H S L
Decimal 0 5 112 1 0.96 0 0.56 237.32 1 0.22
Hex 0 5 70 64 60 0 38 ED 64 16
Octal 0 5 160 144 140 0 70 355 144 26
Binary 0 101 1110000 1100100 1100000 0 111000 11101101 1100100 10110

Color Harmonies of #000570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000570

Black with #000570

Text Example


Text Example

White with #000570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000570; }

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

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

background-color css

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

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

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

border-color css

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

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

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