Shades of Navy Blue #0452DB
Tints of Navy Blue #0452DB
RGB
CMYK
RGB Variations
Color information
#0452DB (or 0x0452DB) is known color: Navy Blue. HEX triplet: 04, 52 and DB. RGB value is (4,82,219). Sum of RGB (Red+Green+Blue) = 4+82+219=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #0452DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0452DB is #FBAD24. Grayscale: #494949. Windows color (decimal): -16493861 or 14373380. OLE color: 14373380.
HSL color Cylindrical-coordinate representation of color #0452DB: hue angle of 218.23º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0452DB is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 82 | 219 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.14 |
| HSL | 218.23º | 0.96% | 0.44% | - |
| HSV(B) | 218.23º | 0.98% | 0.86% | - |
| XYZ | 15.85 | 11.17 | 68.34 | - |
| YUV | 74.3 | 209.66 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 219 | 0.98 | 0.63 | 0 | 0.14 | 218.23 | 0.96 | 0.44 |
| Hex | 4 | 52 | DB | 62 | 3F | 0 | E | DA | 60 | 2C |
| Octal | 4 | 122 | 333 | 142 | 77 | 0 | 16 | 332 | 140 | 54 |
| Binary | 100 | 1010010 | 11011011 | 1100010 | 111111 | 0 | 1110 | 11011010 | 1100000 | 101100 |
Color Harmonies of #0452DB
Complementary color
Monochromatic Colors of #0452DB
Black with #0452DB
Text Example
Text Example
White with #0452DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0452DB; }
p { color: rgb(4,82,219); }
H1.HeaderClassName
{
color: #0452DB;
}
.AnyTagClassName
{
color: #0452DB;
}
</style>
background-color css
<style>
a { background-color: #0452DB; }
a { background-color: rgb(4,82,219); }
div.DivClassName
{
background-color: #0452DB;
}
.BgClassName
{
background-color: #0452DB;
}
</style>
border-color css
<style>
span { border-color: #0452DB; }
span { border-color: rgb(4,82,219); }
td.TdClassName
{
border-color: #0452DB;
}
.TagClassName
{
border-color: #0452DB;
}
</style>