#05007d

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

Shades of Navy #05007D

Tints of Navy #05007D

Color information

#05007D (or 0x05007D) is unknown color: approx Navy. HEX triplet: 05, 00 and 7D. RGB value is (5,0,125). Sum of RGB (Red+Green+Blue) = 5+0+125=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 125 (49.22% from 255 or 96.15% from 130); Max value from RGB is 125 - color contains mainly: blue. Hex color #05007D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05007D is #FAFF82. Grayscale: #0F0F0F. Windows color (decimal): -16449411 or 8192005. OLE color: 8192005.

HSL color Cylindrical-coordinate representation of color #05007D: hue angle of 242.4º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05007D is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB50125-
CMYK0.96100.51
HSL242.4º100%24.51%-
HSV(B)242.4º100%49.02%-
XYZ3.761.5119.5-
YUV15.74189.66120.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 125 (49.22% from 255) = 96.15%
R=3.85%
G=0%
B=96.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal501250.96100.51242.410024.51
Hex507D6064033f26419
Octal5017514014406336214431
Binary1010111110111000001100100011001111110010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05007d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05007d; }

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

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

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

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

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

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

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

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