#05005D

Color #05005D Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #05005D

Tints of Navy #05005D

Color information

#05005D (or 0x05005D) is unknown color: approx Navy. HEX triplet: 05, 00 and 5D. RGB value is (5,0,93). Sum of RGB (Red+Green+Blue) = 5+0+93=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 93 (36.72% from 255 or 94.90% from 98); Max value from RGB is 93 - color contains mainly: blue. Hex color #05005D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05005D is #FAFFA2. Grayscale: #0B0B0B. Windows color (decimal): -16449443 or 6094853. OLE color: 6094853.

HSL color Cylindrical-coordinate representation of color #05005D: hue angle of 243.23º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05005D is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB5093-
CMYK0.95100.64
HSL243.23º100%18.24%-
HSV(B)243.23º100%36.47%-
XYZ2.040.8210.41-
YUV12.1173.66122.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 94.90%
R=5.10%
G=0%
B=94.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal50930.95100.64243.2310018.24
Hex505D5F64040f36412
Octal50135137144010036314422
Binary10101011101101111111001000100000011110011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05005D;
 }
 .AnyTagClassName
 {
   color: #05005D;
 }
</style>
background-color css

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

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

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

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

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

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