Shades of Navy Blue #0652FD
Tints of Navy Blue #0652FD
RGB
CMYK
RGB Variations
Color information
#0652FD (or 0x0652FD) is known color: Navy Blue. HEX triplet: 06, 52 and FD. RGB value is (6,82,253). Sum of RGB (Red+Green+Blue) = 6+82+253=341 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #0652FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0652FD is #F9AD02. Grayscale: #4E4E4E. Windows color (decimal): -16362755 or 16601606. OLE color: 16601606.
HSL color Cylindrical-coordinate representation of color #0652FD: hue angle of 221.54º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0652FD is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 82 | 253 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.01 |
| HSL | 221.54º | 0.98% | 0.51% | - |
| HSV(B) | 221.54º | 0.98% | 0.99% | - |
| XYZ | 20.82 | 13.17 | 94.37 | - |
| YUV | 78.77 | 226.32 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 253 | 0.98 | 0.68 | 0 | 0.01 | 221.54 | 0.98 | 0.51 |
| Hex | 6 | 52 | FD | 62 | 44 | 0 | 1 | DE | 62 | 33 |
| Octal | 6 | 122 | 375 | 142 | 104 | 0 | 1 | 336 | 142 | 63 |
| Binary | 110 | 1010010 | 11111101 | 1100010 | 1000100 | 0 | 1 | 11011110 | 1100010 | 110011 |
Color Harmonies of #0652FD
Complementary color
Monochromatic Colors of #0652FD
Black with #0652FD
Text Example
Text Example
White with #0652FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0652FD; }
p { color: rgb(6,82,253); }
H1.HeaderClassName
{
color: #0652FD;
}
.AnyTagClassName
{
color: #0652FD;
}
</style>
background-color css
<style>
a { background-color: #0652FD; }
a { background-color: rgb(6,82,253); }
div.DivClassName
{
background-color: #0652FD;
}
.BgClassName
{
background-color: #0652FD;
}
</style>
border-color css
<style>
span { border-color: #0652FD; }
span { border-color: rgb(6,82,253); }
td.TdClassName
{
border-color: #0652FD;
}
.TagClassName
{
border-color: #0652FD;
}
</style>