#000481

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

Shades of Navy #000481

Tints of Navy #000481

Color information

#000481 (or 0x000481) is unknown color: approx Navy. HEX triplet: 00, 04 and 81. RGB value is (0,4,129). Sum of RGB (Red+Green+Blue) = 0+4+129=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 129 (50.78% from 255 or 96.99% from 133); Max value from RGB is 129 - color contains mainly: blue. Hex color #000481 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000481 is #FFFB7E. Grayscale: #101010. Windows color (decimal): -16776063 or 8455168. OLE color: 8455168.

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

Color convert

RGB04129-
CMYK10.9700.49
HSL238.14º100%25.29%-
HSV(B)238.14º100%50.59%-
XYZ4.011.6720.88-
YUV17.05191.17115.84-

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) = 3.01%
BLUE value IS 129 (50.78% from 255) = 96.99%
R=0%
G=3.01%
B=96.99%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0412910.9700.49238.1410025.29
Hex04816461031ee6419
Octal0420114414106135614431
Binary01001000000111001001100001011000111101110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000481; }

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

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

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

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

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

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

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

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