Shades of Navy Blue #0045D2
Tints of Navy Blue #0045D2
RGB
CMYK
RGB Variations
Color information
#0045D2 (or 0x0045D2) is known color: Navy Blue. HEX triplet: 00, 45 and D2. RGB value is (0,69,210). Sum of RGB (Red+Green+Blue) = 0+69+210=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 210 (82.42% from 255 or 75.27% from 279); Max value from RGB is 210 - color contains mainly: blue. Hex color #0045D2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0045D2 is #FFBA2D. Grayscale: #3F3F3F. Windows color (decimal): -16759342 or 13780224. OLE color: 13780224.
HSL color Cylindrical-coordinate representation of color #0045D2: hue angle of 220.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0045D2 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 69 | 210 | - |
| CMYK | 1 | 0.67 | 0 | 0.18 |
| HSL | 220.29º | 1% | 0.41% | - |
| HSV(B) | 220.29º | 1% | 0.82% | - |
| XYZ | 13.76 | 8.91 | 61.97 | - |
| YUV | 64.44 | 210.14 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 210 | 1 | 0.67 | 0 | 0.18 | 220.29 | 1 | 0.41 |
| Hex | 0 | 45 | D2 | 64 | 43 | 0 | 12 | DC | 64 | 29 |
| Octal | 0 | 105 | 322 | 144 | 103 | 0 | 22 | 334 | 144 | 51 |
| Binary | 0 | 1000101 | 11010010 | 1100100 | 1000011 | 0 | 10010 | 11011100 | 1100100 | 101001 |
Color Harmonies of #0045D2
Complementary color
Monochromatic Colors of #0045D2
Black with #0045D2
Text Example
Text Example
White with #0045D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0045D2; }
p { color: rgb(0,69,210); }
H1.HeaderClassName
{
color: #0045D2;
}
.AnyTagClassName
{
color: #0045D2;
}
</style>
background-color css
<style>
a { background-color: #0045D2; }
a { background-color: rgb(0,69,210); }
div.DivClassName
{
background-color: #0045D2;
}
.BgClassName
{
background-color: #0045D2;
}
</style>
border-color css
<style>
span { border-color: #0045D2; }
span { border-color: rgb(0,69,210); }
td.TdClassName
{
border-color: #0045D2;
}
.TagClassName
{
border-color: #0045D2;
}
</style>