Html Css Color HEX #01005F Navy

📋 copy color: '#01005F'

red 1 ◦ green 0 ◦ blue 95

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

Shades of Navy #01005F

Tints of Navy #01005F

RGB

 RED value IS 1 (0.78% from 255) = 1.04%

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

 BLUE value IS 95 (37.5% from 255) = 98.96%

R = 1.04%
G = 0%
B = 98.96%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01005F (or 0x01005F) is known color: Navy. HEX triplet: 01, 00 and 5F. RGB value is (1,0,95). Sum of RGB (Red+Green+Blue) = 1+0+95=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 95 (37.5% from 255 or 98.96% from 96); Max value from RGB is 95 - color contains mainly: blue. Hex color #01005F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01005F is #FEFFA0. Grayscale: #0A0A0A. Windows color (decimal): -16711585 or 6225921. OLE color: 6225921.

HSL color Cylindrical-coordinate representation of color #01005F: hue angle of 240.63º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01005F is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 0 95 -
CMYK 0.99 1 0 0.63
HSL 240.63º 1% 0.19% -
HSV(B) 240.63º 1% 0.37% -
XYZ 2.08 0.83 10.88 -
YUV 11.13 175.33 120.78 -
System Red Green Blue C M Y K H S L
Decimal 1 0 95 0.99 1 0 0.63 240.63 1 0.19
Hex 1 0 5F 63 64 0 3F F1 64 13
Octal 1 0 137 143 144 0 77 361 144 23
Binary 1 0 1011111 1100011 1100100 0 111111 11110001 1100100 10011

Color Harmonies of #01005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01005F

Black with #01005F

Text Example


Text Example

White with #01005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01005F; }

 p { color: rgb(1,0,95); }

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

background-color css

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

 a { background-color: rgb(1,0,95); }

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

border-color css

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

 span { border-color: rgb(1,0,95); }

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