Shades of Navy Blue #0653CD
Tints of Navy Blue #0653CD
RGB
CMYK
RGB Variations
Color information
#0653CD (or 0x0653CD) is known color: Navy Blue. HEX triplet: 06, 53 and CD. RGB value is (6,83,205). Sum of RGB (Red+Green+Blue) = 6+83+205=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #0653CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0653CD is #F9AC32. Grayscale: #494949. Windows color (decimal): -16362547 or 13456134. OLE color: 13456134.
HSL color Cylindrical-coordinate representation of color #0653CD: hue angle of 216.78º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0653CD is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 83 | 205 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.20 |
| HSL | 216.78º | 0.94% | 0.41% | - |
| HSV(B) | 216.78º | 0.97% | 0.8% | - |
| XYZ | 14.19 | 10.63 | 59.06 | - |
| YUV | 73.89 | 201.99 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 205 | 0.97 | 0.60 | 0 | 0.20 | 216.78 | 0.94 | 0.41 |
| Hex | 6 | 53 | CD | 61 | 3C | 0 | 14 | D9 | 5E | 29 |
| Octal | 6 | 123 | 315 | 141 | 74 | 0 | 24 | 331 | 136 | 51 |
| Binary | 110 | 1010011 | 11001101 | 1100001 | 111100 | 0 | 10100 | 11011001 | 1011110 | 101001 |
Color Harmonies of #0653CD
Complementary color
Monochromatic Colors of #0653CD
Black with #0653CD
Text Example
Text Example
White with #0653CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0653CD; }
p { color: rgb(6,83,205); }
H1.HeaderClassName
{
color: #0653CD;
}
.AnyTagClassName
{
color: #0653CD;
}
</style>
background-color css
<style>
a { background-color: #0653CD; }
a { background-color: rgb(6,83,205); }
div.DivClassName
{
background-color: #0653CD;
}
.BgClassName
{
background-color: #0653CD;
}
</style>
border-color css
<style>
span { border-color: #0653CD; }
span { border-color: rgb(6,83,205); }
td.TdClassName
{
border-color: #0653CD;
}
.TagClassName
{
border-color: #0653CD;
}
</style>