Shades of Navy Blue #0240FF
Tints of Navy Blue #0240FF
RGB
CMYK
RGB Variations
Color information
#0240FF (or 0x0240FF) is known color: Navy Blue. HEX triplet: 02, 40 and FF. RGB value is (2,64,255). Sum of RGB (Red+Green+Blue) = 2+64+255=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 255 (100% from 255 or 79.44% from 321); Max value from RGB is 255 - color contains mainly: blue. Hex color #0240FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0240FF is #FDBF00. Grayscale: #424242. Windows color (decimal): -16629505 or 16728066. OLE color: 16728066.
HSL color Cylindrical-coordinate representation of color #0240FF: hue angle of 225.3º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0240FF is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 64 | 255 | - |
| CMYK | 0.99 | 0.75 | 0 | 0 |
| HSL | 225.3º | 1% | 0.5% | - |
| HSV(B) | 225.3º | 0.99% | 1% | - |
| XYZ | 19.91 | 10.9 | 95.66 | - |
| YUV | 67.24 | 233.96 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 255 | 0.99 | 0.75 | 0 | 0 | 225.3 | 1 | 0.5 |
| Hex | 2 | 40 | FF | 63 | 4B | 0 | 0 | E1 | 64 | 32 |
| Octal | 2 | 100 | 377 | 143 | 113 | 0 | 0 | 341 | 144 | 62 |
| Binary | 10 | 1000000 | 11111111 | 1100011 | 1001011 | 0 | 0 | 11100001 | 1100100 | 110010 |
Color Harmonies of #0240FF
Complementary color
Monochromatic Colors of #0240FF
Black with #0240FF
Text Example
Text Example
White with #0240FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0240FF; }
p { color: rgb(2,64,255); }
H1.HeaderClassName
{
color: #0240FF;
}
.AnyTagClassName
{
color: #0240FF;
}
</style>
background-color css
<style>
a { background-color: #0240FF; }
a { background-color: rgb(2,64,255); }
div.DivClassName
{
background-color: #0240FF;
}
.BgClassName
{
background-color: #0240FF;
}
</style>
border-color css
<style>
span { border-color: #0240FF; }
span { border-color: rgb(2,64,255); }
td.TdClassName
{
border-color: #0240FF;
}
.TagClassName
{
border-color: #0240FF;
}
</style>