Shades of Navy Blue #0241F7
Tints of Navy Blue #0241F7
RGB
CMYK
RGB Variations
Color information
#0241F7 (or 0x0241F7) is known color: Navy Blue. HEX triplet: 02, 41 and F7. RGB value is (2,65,247). Sum of RGB (Red+Green+Blue) = 2+65+247=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 247 (96.88% from 255 or 78.66% from 314); Max value from RGB is 247 - color contains mainly: blue. Hex color #0241F7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0241F7 is #FDBE08. Grayscale: #424242. Windows color (decimal): -16629257 or 16204034. OLE color: 16204034.
HSL color Cylindrical-coordinate representation of color #0241F7: hue angle of 224.57º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0241F7 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 2 | 65 | 247 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.03 |
| HSL | 224.57º | 0.98% | 0.49% | - |
| HSV(B) | 224.57º | 0.99% | 0.97% | - |
| XYZ | 18.7 | 10.51 | 89.04 | - |
| YUV | 66.91 | 229.63 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 247 | 0.99 | 0.74 | 0 | 0.03 | 224.57 | 0.98 | 0.49 |
| Hex | 2 | 41 | F7 | 63 | 4A | 0 | 3 | E1 | 62 | 31 |
| Octal | 2 | 101 | 367 | 143 | 112 | 0 | 3 | 341 | 142 | 61 |
| Binary | 10 | 1000001 | 11110111 | 1100011 | 1001010 | 0 | 11 | 11100001 | 1100010 | 110001 |
Color Harmonies of #0241F7
Complementary color
Monochromatic Colors of #0241F7
Black with #0241F7
Text Example
Text Example
White with #0241F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0241F7; }
p { color: rgb(2,65,247); }
H1.HeaderClassName
{
color: #0241F7;
}
.AnyTagClassName
{
color: #0241F7;
}
</style>
background-color css
<style>
a { background-color: #0241F7; }
a { background-color: rgb(2,65,247); }
div.DivClassName
{
background-color: #0241F7;
}
.BgClassName
{
background-color: #0241F7;
}
</style>
border-color css
<style>
span { border-color: #0241F7; }
span { border-color: rgb(2,65,247); }
td.TdClassName
{
border-color: #0241F7;
}
.TagClassName
{
border-color: #0241F7;
}
</style>