Shades of Navy Blue #0653DC
Tints of Navy Blue #0653DC
RGB
CMYK
RGB Variations
Color information
#0653DC (or 0x0653DC) is known color: Navy Blue. HEX triplet: 06, 53 and DC. RGB value is (6,83,220). Sum of RGB (Red+Green+Blue) = 6+83+220=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 220 (86.33% from 255 or 71.20% from 309); Max value from RGB is 220 - color contains mainly: blue. Hex color #0653DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0653DC is #F9AC23. Grayscale: #4A4A4A. Windows color (decimal): -16362532 or 14439174. OLE color: 14439174.
HSL color Cylindrical-coordinate representation of color #0653DC: hue angle of 218.41º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0653DC is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 83 | 220 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.14 |
| HSL | 218.41º | 0.95% | 0.44% | - |
| HSV(B) | 218.41º | 0.97% | 0.86% | - |
| XYZ | 16.09 | 11.39 | 69.06 | - |
| YUV | 75.6 | 209.49 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 220 | 0.97 | 0.62 | 0 | 0.14 | 218.41 | 0.95 | 0.44 |
| Hex | 6 | 53 | DC | 61 | 3E | 0 | E | DA | 5F | 2C |
| Octal | 6 | 123 | 334 | 141 | 76 | 0 | 16 | 332 | 137 | 54 |
| Binary | 110 | 1010011 | 11011100 | 1100001 | 111110 | 0 | 1110 | 11011010 | 1011111 | 101100 |
Color Harmonies of #0653DC
Complementary color
Monochromatic Colors of #0653DC
Black with #0653DC
Text Example
Text Example
White with #0653DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0653DC; }
p { color: rgb(6,83,220); }
H1.HeaderClassName
{
color: #0653DC;
}
.AnyTagClassName
{
color: #0653DC;
}
</style>
background-color css
<style>
a { background-color: #0653DC; }
a { background-color: rgb(6,83,220); }
div.DivClassName
{
background-color: #0653DC;
}
.BgClassName
{
background-color: #0653DC;
}
</style>
border-color css
<style>
span { border-color: #0653DC; }
span { border-color: rgb(6,83,220); }
td.TdClassName
{
border-color: #0653DC;
}
.TagClassName
{
border-color: #0653DC;
}
</style>