Shades of Navy #000258
Tints of Navy #000258
RGB
CMYK
RGB Variations
Color information
#000258 (or 0x000258) is known color: Navy. HEX triplet: 00, 02 and 58. RGB value is (0,2,88). Sum of RGB (Red+Green+Blue) = 0+2+88=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 88 (34.77% from 255 or 97.78% from 90); Max value from RGB is 88 - color contains mainly: blue. Hex color #000258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000258 is #FFFDA7. Grayscale: #0A0A0A. Windows color (decimal): -16776616 or 5767680. OLE color: 5767680.
HSL color Cylindrical-coordinate representation of color #000258: hue angle of 238.64º 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 #000258 is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 2 | 88 | - |
| CMYK | 1 | 0.98 | 0 | 0.65 |
| HSL | 238.64º | 1% | 0.17% | - |
| HSV(B) | 238.64º | 1% | 0.35% | - |
| XYZ | 1.78 | 0.75 | 9.28 | - |
| YUV | 11.21 | 171.34 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 88 | 1 | 0.98 | 0 | 0.65 | 238.64 | 1 | 0.17 |
| Hex | 0 | 2 | 58 | 64 | 62 | 0 | 41 | EF | 64 | 11 |
| Octal | 0 | 2 | 130 | 144 | 142 | 0 | 101 | 357 | 144 | 21 |
| Binary | 0 | 10 | 1011000 | 1100100 | 1100010 | 0 | 1000001 | 11101111 | 1100100 | 10001 |
Color Harmonies of #000258
Complementary color
Monochromatic Colors of #000258
Black with #000258
Text Example
Text Example
White with #000258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000258; }
p { color: rgb(0,2,88); }
H1.HeaderClassName
{
color: #000258;
}
.AnyTagClassName
{
color: #000258;
}
</style>
background-color css
<style>
a { background-color: #000258; }
a { background-color: rgb(0,2,88); }
div.DivClassName
{
background-color: #000258;
}
.BgClassName
{
background-color: #000258;
}
</style>
border-color css
<style>
span { border-color: #000258; }
span { border-color: rgb(0,2,88); }
td.TdClassName
{
border-color: #000258;
}
.TagClassName
{
border-color: #000258;
}
</style>