Shades of Navy Blue #065CDD
Tints of Navy Blue #065CDD
RGB
CMYK
RGB Variations
Color information
#065CDD (or 0x065CDD) is known color: Navy Blue. HEX triplet: 06, 5C and DD. RGB value is (6,92,221). Sum of RGB (Red+Green+Blue) = 6+92+221=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #065CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065CDD is #F9A322. Grayscale: #505050. Windows color (decimal): -16360227 or 14507014. OLE color: 14507014.
HSL color Cylindrical-coordinate representation of color #065CDD: hue angle of 216º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065CDD is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 92 | 221 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.13 |
| HSL | 216º | 0.95% | 0.45% | - |
| HSV(B) | 216º | 0.97% | 0.87% | - |
| XYZ | 16.95 | 12.91 | 70.01 | - |
| YUV | 80.99 | 207.01 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 92 | 221 | 0.97 | 0.58 | 0 | 0.13 | 216 | 0.95 | 0.45 |
| Hex | 6 | 5C | DD | 61 | 3A | 0 | D | D8 | 5F | 2D |
| Octal | 6 | 134 | 335 | 141 | 72 | 0 | 15 | 330 | 137 | 55 |
| Binary | 110 | 1011100 | 11011101 | 1100001 | 111010 | 0 | 1101 | 11011000 | 1011111 | 101101 |
Color Harmonies of #065CDD
Complementary color
Monochromatic Colors of #065CDD
Black with #065CDD
Text Example
Text Example
White with #065CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065CDD; }
p { color: rgb(6,92,221); }
H1.HeaderClassName
{
color: #065CDD;
}
.AnyTagClassName
{
color: #065CDD;
}
</style>
background-color css
<style>
a { background-color: #065CDD; }
a { background-color: rgb(6,92,221); }
div.DivClassName
{
background-color: #065CDD;
}
.BgClassName
{
background-color: #065CDD;
}
</style>
border-color css
<style>
span { border-color: #065CDD; }
span { border-color: rgb(6,92,221); }
td.TdClassName
{
border-color: #065CDD;
}
.TagClassName
{
border-color: #065CDD;
}
</style>