Shades of Navy Blue #0452CB
Tints of Navy Blue #0452CB
RGB
CMYK
RGB Variations
Color information
#0452CB (or 0x0452CB) is known color: Navy Blue. HEX triplet: 04, 52 and CB. RGB value is (4,82,203). Sum of RGB (Red+Green+Blue) = 4+82+203=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #0452CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0452CB is #FBAD34. Grayscale: #474747. Windows color (decimal): -16493877 or 13324804. OLE color: 13324804.
HSL color Cylindrical-coordinate representation of color #0452CB: hue angle of 216.48º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0452CB is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 82 | 203 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.20 |
| HSL | 216.48º | 0.96% | 0.41% | - |
| HSV(B) | 216.48º | 0.98% | 0.8% | - |
| XYZ | 13.85 | 10.37 | 57.77 | - |
| YUV | 72.47 | 201.66 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 203 | 0.98 | 0.60 | 0 | 0.20 | 216.48 | 0.96 | 0.41 |
| Hex | 4 | 52 | CB | 62 | 3C | 0 | 14 | D8 | 60 | 29 |
| Octal | 4 | 122 | 313 | 142 | 74 | 0 | 24 | 330 | 140 | 51 |
| Binary | 100 | 1010010 | 11001011 | 1100010 | 111100 | 0 | 10100 | 11011000 | 1100000 | 101001 |
Color Harmonies of #0452CB
Complementary color
Monochromatic Colors of #0452CB
Black with #0452CB
Text Example
Text Example
White with #0452CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0452CB; }
p { color: rgb(4,82,203); }
H1.HeaderClassName
{
color: #0452CB;
}
.AnyTagClassName
{
color: #0452CB;
}
</style>
background-color css
<style>
a { background-color: #0452CB; }
a { background-color: rgb(4,82,203); }
div.DivClassName
{
background-color: #0452CB;
}
.BgClassName
{
background-color: #0452CB;
}
</style>
border-color css
<style>
span { border-color: #0452CB; }
span { border-color: rgb(4,82,203); }
td.TdClassName
{
border-color: #0452CB;
}
.TagClassName
{
border-color: #0452CB;
}
</style>