#000460

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

Shades of Navy #000460

Tints of Navy #000460

Color information

#000460 (or 0x000460) is unknown color: approx Navy. HEX triplet: 00, 04 and 60. RGB value is (0,4,96). Sum of RGB (Red+Green+Blue) = 0+4+96=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 96 (37.89% from 255 or 96% from 100); Max value from RGB is 96 - color contains mainly: blue. Hex color #000460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000460 is #FFFB9F. Grayscale: #0C0C0C. Windows color (decimal): -16776096 or 6292480. OLE color: 6292480.

HSL color Cylindrical-coordinate representation of color #000460: hue angle of 237.5º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000460 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB0496-
CMYK10.9600.62
HSL237.5º100%18.82%-
HSV(B)237.5º100%37.65%-
XYZ2.150.9311.13-
YUV13.29174.67118.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 4 (1.95% from 255) = 4%
BLUE value IS 96 (37.89% from 255) = 96%
R=0%
G=4%
B=96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal049610.9600.62237.510018.82
Hex0460646003Eee6413
Octal0414014414007635614423
Binary0100110000011001001100000011111011101110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000460; }

 p { color: rgb(0,4,96); }

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

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

 a { background-color: rgb(0,4,96); }

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

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

 span { border-color: rgb(0,4,96); }

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