Shades of Navy Blue #0245CF
Tints of Navy Blue #0245CF
RGB
CMYK
RGB Variations
Color information
#0245CF (or 0x0245CF) is known color: Navy Blue. HEX triplet: 02, 45 and CF. RGB value is (2,69,207). Sum of RGB (Red+Green+Blue) = 2+69+207=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 207 (81.25% from 255 or 74.46% from 278); Max value from RGB is 207 - color contains mainly: blue. Hex color #0245CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0245CF is #FDBA30. Grayscale: #404040. Windows color (decimal): -16628273 or 13583618. OLE color: 13583618.
HSL color Cylindrical-coordinate representation of color #0245CF: hue angle of 220.39º 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 #0245CF is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 69 | 207 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.19 |
| HSL | 220.39º | 0.98% | 0.41% | - |
| HSV(B) | 220.39º | 0.99% | 0.81% | - |
| XYZ | 13.42 | 8.77 | 60.02 | - |
| YUV | 64.7 | 208.3 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 207 | 0.99 | 0.67 | 0 | 0.19 | 220.39 | 0.98 | 0.41 |
| Hex | 2 | 45 | CF | 63 | 43 | 0 | 13 | DC | 62 | 29 |
| Octal | 2 | 105 | 317 | 143 | 103 | 0 | 23 | 334 | 142 | 51 |
| Binary | 10 | 1000101 | 11001111 | 1100011 | 1000011 | 0 | 10011 | 11011100 | 1100010 | 101001 |
Color Harmonies of #0245CF
Complementary color
Monochromatic Colors of #0245CF
Black with #0245CF
Text Example
Text Example
White with #0245CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0245CF; }
p { color: rgb(2,69,207); }
H1.HeaderClassName
{
color: #0245CF;
}
.AnyTagClassName
{
color: #0245CF;
}
</style>
background-color css
<style>
a { background-color: #0245CF; }
a { background-color: rgb(2,69,207); }
div.DivClassName
{
background-color: #0245CF;
}
.BgClassName
{
background-color: #0245CF;
}
</style>
border-color css
<style>
span { border-color: #0245CF; }
span { border-color: rgb(2,69,207); }
td.TdClassName
{
border-color: #0245CF;
}
.TagClassName
{
border-color: #0245CF;
}
</style>