Shades of Navy Blue #0248CF
Tints of Navy Blue #0248CF
RGB
CMYK
RGB Variations
Color information
#0248CF (or 0x0248CF) is known color: Navy Blue. HEX triplet: 02, 48 and CF. RGB value is (2,72,207). Sum of RGB (Red+Green+Blue) = 2+72+207=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 207 (81.25% from 255 or 73.67% from 281); Max value from RGB is 207 - color contains mainly: blue. Hex color #0248CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0248CF is #FDB730. Grayscale: #414141. Windows color (decimal): -16627505 or 13584386. OLE color: 13584386.
HSL color Cylindrical-coordinate representation of color #0248CF: hue angle of 219.51º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0248CF is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 72 | 207 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.19 |
| HSL | 219.51º | 0.98% | 0.41% | - |
| HSV(B) | 219.51º | 0.99% | 0.81% | - |
| XYZ | 13.6 | 9.15 | 60.08 | - |
| YUV | 66.46 | 207.31 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 207 | 0.99 | 0.65 | 0 | 0.19 | 219.51 | 0.98 | 0.41 |
| Hex | 2 | 48 | CF | 63 | 41 | 0 | 13 | DC | 62 | 29 |
| Octal | 2 | 110 | 317 | 143 | 101 | 0 | 23 | 334 | 142 | 51 |
| Binary | 10 | 1001000 | 11001111 | 1100011 | 1000001 | 0 | 10011 | 11011100 | 1100010 | 101001 |
Color Harmonies of #0248CF
Complementary color
Monochromatic Colors of #0248CF
Black with #0248CF
Text Example
Text Example
White with #0248CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0248CF; }
p { color: rgb(2,72,207); }
H1.HeaderClassName
{
color: #0248CF;
}
.AnyTagClassName
{
color: #0248CF;
}
</style>
background-color css
<style>
a { background-color: #0248CF; }
a { background-color: rgb(2,72,207); }
div.DivClassName
{
background-color: #0248CF;
}
.BgClassName
{
background-color: #0248CF;
}
</style>
border-color css
<style>
span { border-color: #0248CF; }
span { border-color: rgb(2,72,207); }
td.TdClassName
{
border-color: #0248CF;
}
.TagClassName
{
border-color: #0248CF;
}
</style>