Shades of Navy #00025B
Tints of Navy #00025B
RGB
CMYK
RGB Variations
Color information
#00025B (or 0x00025B) is known color: Navy. HEX triplet: 00, 02 and 5B. RGB value is (0,2,91). Sum of RGB (Red+Green+Blue) = 0+2+91=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 91 (35.94% from 255 or 97.85% from 93); Max value from RGB is 91 - color contains mainly: blue. Hex color #00025B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00025B is #FFFDA4. Grayscale: #0B0B0B. Windows color (decimal): -16776613 or 5964288. OLE color: 5964288.
HSL color Cylindrical-coordinate representation of color #00025B: hue angle of 238.68º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00025B is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 2 | 91 | - |
| CMYK | 1 | 0.98 | 0 | 0.64 |
| HSL | 238.68º | 1% | 0.18% | - |
| HSV(B) | 238.68º | 1% | 0.36% | - |
| XYZ | 1.91 | 0.8 | 9.95 | - |
| YUV | 11.55 | 172.84 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 91 | 1 | 0.98 | 0 | 0.64 | 238.68 | 1 | 0.18 |
| Hex | 0 | 2 | 5B | 64 | 62 | 0 | 40 | EF | 64 | 12 |
| Octal | 0 | 2 | 133 | 144 | 142 | 0 | 100 | 357 | 144 | 22 |
| Binary | 0 | 10 | 1011011 | 1100100 | 1100010 | 0 | 1000000 | 11101111 | 1100100 | 10010 |
Color Harmonies of #00025B
Complementary color
Monochromatic Colors of #00025B
Black with #00025B
Text Example
Text Example
White with #00025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00025B; }
p { color: rgb(0,2,91); }
H1.HeaderClassName
{
color: #00025B;
}
.AnyTagClassName
{
color: #00025B;
}
</style>
background-color css
<style>
a { background-color: #00025B; }
a { background-color: rgb(0,2,91); }
div.DivClassName
{
background-color: #00025B;
}
.BgClassName
{
background-color: #00025B;
}
</style>
border-color css
<style>
span { border-color: #00025B; }
span { border-color: rgb(0,2,91); }
td.TdClassName
{
border-color: #00025B;
}
.TagClassName
{
border-color: #00025B;
}
</style>