#000469

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

Shades of Navy #000469

Tints of Navy #000469

Color information

#000469 (or 0x000469) is unknown color: approx Navy. HEX triplet: 00, 04 and 69. RGB value is (0,4,105). Sum of RGB (Red+Green+Blue) = 0+4+105=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 105 (41.41% from 255 or 96.33% from 109); Max value from RGB is 105 - color contains mainly: blue. Hex color #000469 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000469 is #FFFB96. Grayscale: #0D0D0D. Windows color (decimal): -16776087 or 6882304. OLE color: 6882304.

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

Color convert

RGB04105-
CMYK10.9600.59
HSL237.71º100%20.59%-
HSV(B)237.71º100%41.18%-
XYZ2.591.1113.44-
YUV14.32179.17117.79-

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.67%
BLUE value IS 105 (41.41% from 255) = 96.33%
R=0%
G=3.67%
B=96.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal0410510.9600.59237.7110020.59
Hex0469646003Bee6415
Octal0415114414007335614425
Binary0100110100111001001100000011101111101110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000469; }

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

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

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

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

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

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

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

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