Shades of Navy Blue #0655FF
Tints of Navy Blue #0655FF
RGB
CMYK
RGB Variations
Color information
#0655FF (or 0x0655FF) is known color: Navy Blue. HEX triplet: 06, 55 and FF. RGB value is (6,85,255). Sum of RGB (Red+Green+Blue) = 6+85+255=346 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #0655FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0655FF is #F9AA00. Grayscale: #505050. Windows color (decimal): -16361985 or 16733446. OLE color: 16733446.
HSL color Cylindrical-coordinate representation of color #0655FF: hue angle of 220.96º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0655FF is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 85 | 255 | - |
| CMYK | 0.98 | 0.67 | 0 | 0 |
| HSL | 220.96º | 1% | 0.51% | - |
| HSV(B) | 220.96º | 0.98% | 1% | - |
| XYZ | 21.37 | 13.76 | 96.14 | - |
| YUV | 80.76 | 226.33 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 255 | 0.98 | 0.67 | 0 | 0 | 220.96 | 1 | 0.51 |
| Hex | 6 | 55 | FF | 62 | 43 | 0 | 0 | DD | 64 | 33 |
| Octal | 6 | 125 | 377 | 142 | 103 | 0 | 0 | 335 | 144 | 63 |
| Binary | 110 | 1010101 | 11111111 | 1100010 | 1000011 | 0 | 0 | 11011101 | 1100100 | 110011 |
Color Harmonies of #0655FF
Complementary color
Monochromatic Colors of #0655FF
Black with #0655FF
Text Example
Text Example
White with #0655FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0655FF; }
p { color: rgb(6,85,255); }
H1.HeaderClassName
{
color: #0655FF;
}
.AnyTagClassName
{
color: #0655FF;
}
</style>
background-color css
<style>
a { background-color: #0655FF; }
a { background-color: rgb(6,85,255); }
div.DivClassName
{
background-color: #0655FF;
}
.BgClassName
{
background-color: #0655FF;
}
</style>
border-color css
<style>
span { border-color: #0655FF; }
span { border-color: rgb(6,85,255); }
td.TdClassName
{
border-color: #0655FF;
}
.TagClassName
{
border-color: #0655FF;
}
</style>