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