#000259

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

Shades of Navy #000259

Tints of Navy #000259

Color information

#000259 (or 0x000259) is unknown color: approx Navy. HEX triplet: 00, 02 and 59. RGB value is (0,2,89). Sum of RGB (Red+Green+Blue) = 0+2+89=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 89 (35.16% from 255 or 97.80% from 91); Max value from RGB is 89 - color contains mainly: blue. Hex color #000259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000259 is #FFFDA6. Grayscale: #0A0A0A. Windows color (decimal): -16776615 or 5833216. OLE color: 5833216.

HSL color Cylindrical-coordinate representation of color #000259: hue angle of 238.65º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000259 is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB0289-
CMYK10.9800.65
HSL238.65º100%17.45%-
HSV(B)238.65º100%34.9%-
XYZ1.820.769.5-
YUV11.32171.84119.93-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 2.20%
BLUE value IS 89 (35.16% from 255) = 97.80%
R=0%
G=2.20%
B=97.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal028910.9800.65238.6510017.45
Hex02596462041ef6411
Octal02131144142010135714421
Binary0101011001110010011000100100000111101111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000259; }

 p { color: rgb(0,2,89); }

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

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

 a { background-color: rgb(0,2,89); }

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

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

 span { border-color: rgb(0,2,89); }

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