Shades of Navy Blue #0653CC
Tints of Navy Blue #0653CC
RGB
CMYK
RGB Variations
Color information
#0653CC (or 0x0653CC) is known color: Navy Blue. HEX triplet: 06, 53 and CC. RGB value is (6,83,204). Sum of RGB (Red+Green+Blue) = 6+83+204=293 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #0653CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0653CC is #F9AC33. Grayscale: #494949. Windows color (decimal): -16362548 or 13390598. OLE color: 13390598.
HSL color Cylindrical-coordinate representation of color #0653CC: hue angle of 216.67º 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 #0653CC is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 83 | 204 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.2 |
| HSL | 216.67º | 0.94% | 0.41% | - |
| HSV(B) | 216.67º | 0.97% | 0.8% | - |
| XYZ | 14.07 | 10.58 | 58.43 | - |
| YUV | 73.77 | 201.49 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 204 | 0.97 | 0.59 | 0 | 0.2 | 216.67 | 0.94 | 0.41 |
| Hex | 6 | 53 | CC | 61 | 3B | 0 | 14 | D9 | 5E | 29 |
| Octal | 6 | 123 | 314 | 141 | 73 | 0 | 24 | 331 | 136 | 51 |
| Binary | 110 | 1010011 | 11001100 | 1100001 | 111011 | 0 | 10100 | 11011001 | 1011110 | 101001 |
Color Harmonies of #0653CC
Complementary color
Monochromatic Colors of #0653CC
Black with #0653CC
Text Example
Text Example
White with #0653CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0653CC; }
p { color: rgb(6,83,204); }
H1.HeaderClassName
{
color: #0653CC;
}
.AnyTagClassName
{
color: #0653CC;
}
</style>
background-color css
<style>
a { background-color: #0653CC; }
a { background-color: rgb(6,83,204); }
div.DivClassName
{
background-color: #0653CC;
}
.BgClassName
{
background-color: #0653CC;
}
</style>
border-color css
<style>
span { border-color: #0653CC; }
span { border-color: rgb(6,83,204); }
td.TdClassName
{
border-color: #0653CC;
}
.TagClassName
{
border-color: #0653CC;
}
</style>