Html Css Color HEX #05005F Navy

📋 copy color: '#05005F'

red 5 ◦ green 0 ◦ blue 95

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

Shades of Navy #05005F

Tints of Navy #05005F

RGB

 RED value IS 5 (2.34% from 255) = 5%

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

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

R = 5%
G = 0%
B = 95%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#05005F (or 0x05005F) is known color: Navy. HEX triplet: 05, 00 and 5F. RGB value is (5,0,95). Sum of RGB (Red+Green+Blue) = 5+0+95=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 95 (37.5% from 255 or 95% from 100); Max value from RGB is 95 - color contains mainly: blue. Hex color #05005F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05005F is #FAFFA0. Grayscale: #0B0B0B. Windows color (decimal): -16449441 or 6225925. OLE color: 6225925.

HSL color Cylindrical-coordinate representation of color #05005F: hue angle of 243.16º 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 #05005F is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 0 95 -
CMYK 0.95 1 0 0.63
HSL 243.16º 1% 0.19% -
HSV(B) 243.16º 1% 0.37% -
XYZ 2.13 0.86 10.88 -
YUV 12.33 174.66 122.78 -
System Red Green Blue C M Y K H S L
Decimal 5 0 95 0.95 1 0 0.63 243.16 1 0.19
Hex 5 0 5F 5F 64 0 3F F3 64 13
Octal 5 0 137 137 144 0 77 363 144 23
Binary 101 0 1011111 1011111 1100100 0 111111 11110011 1100100 10011

Color Harmonies of #05005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05005F

Black with #05005F

Text Example


Text Example

White with #05005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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