Shades of Navy Blue #0145CF
Tints of Navy Blue #0145CF
RGB
CMYK
RGB Variations
Color information
#0145CF (or 0x0145CF) is known color: Navy Blue. HEX triplet: 01, 45 and CF. RGB value is (1,69,207). Sum of RGB (Red+Green+Blue) = 1+69+207=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 207 (81.25% from 255 or 74.73% from 277); Max value from RGB is 207 - color contains mainly: blue. Hex color #0145CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0145CF is #FEBA30. Grayscale: #3F3F3F. Windows color (decimal): -16693809 or 13583617. OLE color: 13583617.
HSL color Cylindrical-coordinate representation of color #0145CF: hue angle of 220.19º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0145CF is Cyan = 1.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 69 | 207 | - |
| CMYK | 1.00 | 0.67 | 0 | 0.19 |
| HSL | 220.19º | 0.99% | 0.41% | - |
| HSV(B) | 220.19º | 1% | 0.81% | - |
| XYZ | 13.4 | 8.77 | 60.02 | - |
| YUV | 64.4 | 208.47 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 69 | 207 | 1.00 | 0.67 | 0 | 0.19 | 220.19 | 0.99 | 0.41 |
| Hex | 1 | 45 | CF | 64 | 43 | 0 | 13 | DC | 63 | 29 |
| Octal | 1 | 105 | 317 | 144 | 103 | 0 | 23 | 334 | 143 | 51 |
| Binary | 1 | 1000101 | 11001111 | 1100100 | 1000011 | 0 | 10011 | 11011100 | 1100011 | 101001 |
Color Harmonies of #0145CF
Complementary color
Monochromatic Colors of #0145CF
Black with #0145CF
Text Example
Text Example
White with #0145CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0145CF; }
p { color: rgb(1,69,207); }
H1.HeaderClassName
{
color: #0145CF;
}
.AnyTagClassName
{
color: #0145CF;
}
</style>
background-color css
<style>
a { background-color: #0145CF; }
a { background-color: rgb(1,69,207); }
div.DivClassName
{
background-color: #0145CF;
}
.BgClassName
{
background-color: #0145CF;
}
</style>
border-color css
<style>
span { border-color: #0145CF; }
span { border-color: rgb(1,69,207); }
td.TdClassName
{
border-color: #0145CF;
}
.TagClassName
{
border-color: #0145CF;
}
</style>