Shades of Navy Blue #0245FD
Tints of Navy Blue #0245FD
RGB
CMYK
RGB Variations
Color information
#0245FD (or 0x0245FD) is known color: Navy Blue. HEX triplet: 02, 45 and FD. RGB value is (2,69,253). Sum of RGB (Red+Green+Blue) = 2+69+253=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 253 (99.22% from 255 or 78.09% from 324); Max value from RGB is 253 - color contains mainly: blue. Hex color #0245FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0245FD is #FDBA02. Grayscale: #454545. Windows color (decimal): -16628227 or 16598274. OLE color: 16598274.
HSL color Cylindrical-coordinate representation of color #0245FD: hue angle of 223.98º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0245FD is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 69 | 253 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.01 |
| HSL | 223.98º | 0.98% | 0.5% | - |
| HSV(B) | 223.98º | 0.99% | 0.99% | - |
| XYZ | 19.88 | 11.36 | 94.07 | - |
| YUV | 69.94 | 231.3 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 253 | 0.99 | 0.73 | 0 | 0.01 | 223.98 | 0.98 | 0.5 |
| Hex | 2 | 45 | FD | 63 | 49 | 0 | 1 | E0 | 62 | 32 |
| Octal | 2 | 105 | 375 | 143 | 111 | 0 | 1 | 340 | 142 | 62 |
| Binary | 10 | 1000101 | 11111101 | 1100011 | 1001001 | 0 | 1 | 11100000 | 1100010 | 110010 |
Color Harmonies of #0245FD
Complementary color
Monochromatic Colors of #0245FD
Black with #0245FD
Text Example
Text Example
White with #0245FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0245FD; }
p { color: rgb(2,69,253); }
H1.HeaderClassName
{
color: #0245FD;
}
.AnyTagClassName
{
color: #0245FD;
}
</style>
background-color css
<style>
a { background-color: #0245FD; }
a { background-color: rgb(2,69,253); }
div.DivClassName
{
background-color: #0245FD;
}
.BgClassName
{
background-color: #0245FD;
}
</style>
border-color css
<style>
span { border-color: #0245FD; }
span { border-color: rgb(2,69,253); }
td.TdClassName
{
border-color: #0245FD;
}
.TagClassName
{
border-color: #0245FD;
}
</style>