Html Css Color HEX #000575 Navy

📋 copy color: '#000575'

red 0 ◦ green 5 ◦ blue 117

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

Shades of Navy #000575

Tints of Navy #000575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 95.9%

R = 0%
G = 4.1%
B = 95.9%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#000575 (or 0x000575) is known color: Navy. HEX triplet: 00, 05 and 75. RGB value is (0,5,117). Sum of RGB (Red+Green+Blue) = 0+5+117=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 117 (46.09% from 255 or 95.90% from 122); Max value from RGB is 117 - color contains mainly: blue. Hex color #000575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000575 is #FFFA8A. Grayscale: #0F0F0F. Windows color (decimal): -16775819 or 7668992. OLE color: 7668992.

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

Color convert

RGB 0 5 117 -
CMYK 1 0.96 0 0.54
HSL 237.44º 1% 0.23% -
HSV(B) 237.44º 1% 0.46% -
XYZ 3.27 1.39 16.93 -
YUV 16.27 184.84 116.39 -
System Red Green Blue C M Y K H S L
Decimal 0 5 117 1 0.96 0 0.54 237.44 1 0.23
Hex 0 5 75 64 60 0 36 ED 64 17
Octal 0 5 165 144 140 0 66 355 144 27
Binary 0 101 1110101 1100100 1100000 0 110110 11101101 1100100 10111

Color Harmonies of #000575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000575

Black with #000575

Text Example


Text Example

White with #000575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000575; }

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

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

background-color css

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

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

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

border-color css

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

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

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