#05005C

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

Shades of Navy #05005C

Tints of Navy #05005C

Color information

#05005C (or 0x05005C) is unknown color: approx Navy. HEX triplet: 05, 00 and 5C. RGB value is (5,0,92). Sum of RGB (Red+Green+Blue) = 5+0+92=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 92 (36.33% from 255 or 94.85% from 97); Max value from RGB is 92 - color contains mainly: blue. Hex color #05005C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05005C is #FAFFA3. Grayscale: #0B0B0B. Windows color (decimal): -16449444 or 6029317. OLE color: 6029317.

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

Color convert

RGB5092-
CMYK0.95100.64
HSL243.26º100%18.04%-
HSV(B)243.26º100%36.08%-
XYZ1.990.810.18-
YUV11.98173.16123.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 92 (36.33% from 255) = 94.85%
R=5.15%
G=0%
B=94.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal50920.95100.64243.2610018.04
Hex505C5F64040f36412
Octal50134137144010036314422
Binary10101011100101111111001000100000011110011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05005C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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