Shades of Navy Blue #0245FC
Tints of Navy Blue #0245FC
RGB
CMYK
RGB Variations
Color information
#0245FC (or 0x0245FC) is known color: Navy Blue. HEX triplet: 02, 45 and FC. RGB value is (2,69,252). Sum of RGB (Red+Green+Blue) = 2+69+252=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 252 (98.83% from 255 or 78.02% from 323); Max value from RGB is 252 - color contains mainly: blue. Hex color #0245FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0245FC is #FDBA03. Grayscale: #454545. Windows color (decimal): -16628228 or 16532738. OLE color: 16532738.
HSL color Cylindrical-coordinate representation of color #0245FC: hue angle of 223.92º 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 #0245FC is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 69 | 252 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.01 |
| HSL | 223.92º | 0.98% | 0.5% | - |
| HSV(B) | 223.92º | 0.99% | 0.99% | - |
| XYZ | 19.72 | 11.3 | 93.24 | - |
| YUV | 69.83 | 230.8 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 252 | 0.99 | 0.73 | 0 | 0.01 | 223.92 | 0.98 | 0.5 |
| Hex | 2 | 45 | FC | 63 | 49 | 0 | 1 | E0 | 62 | 32 |
| Octal | 2 | 105 | 374 | 143 | 111 | 0 | 1 | 340 | 142 | 62 |
| Binary | 10 | 1000101 | 11111100 | 1100011 | 1001001 | 0 | 1 | 11100000 | 1100010 | 110010 |
Color Harmonies of #0245FC
Complementary color
Monochromatic Colors of #0245FC
Black with #0245FC
Text Example
Text Example
White with #0245FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0245FC; }
p { color: rgb(2,69,252); }
H1.HeaderClassName
{
color: #0245FC;
}
.AnyTagClassName
{
color: #0245FC;
}
</style>
background-color css
<style>
a { background-color: #0245FC; }
a { background-color: rgb(2,69,252); }
div.DivClassName
{
background-color: #0245FC;
}
.BgClassName
{
background-color: #0245FC;
}
</style>
border-color css
<style>
span { border-color: #0245FC; }
span { border-color: rgb(2,69,252); }
td.TdClassName
{
border-color: #0245FC;
}
.TagClassName
{
border-color: #0245FC;
}
</style>