Shades of Navy Blue #065CFD
Tints of Navy Blue #065CFD
RGB
CMYK
RGB Variations
Color information
#065CFD (or 0x065CFD) is known color: Navy Blue. HEX triplet: 06, 5C and FD. RGB value is (6,92,253). Sum of RGB (Red+Green+Blue) = 6+92+253=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 253 (99.22% from 255 or 72.08% from 351); Max value from RGB is 253 - color contains mainly: blue. Hex color #065CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065CFD is #F9A302. Grayscale: #535353. Windows color (decimal): -16360195 or 16604166. OLE color: 16604166.
HSL color Cylindrical-coordinate representation of color #065CFD: hue angle of 219.11º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #065CFD is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 92 | 253 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.01 |
| HSL | 219.11º | 0.98% | 0.51% | - |
| HSV(B) | 219.11º | 0.98% | 0.99% | - |
| XYZ | 21.63 | 14.78 | 94.64 | - |
| YUV | 84.64 | 223.01 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 92 | 253 | 0.98 | 0.64 | 0 | 0.01 | 219.11 | 0.98 | 0.51 |
| Hex | 6 | 5C | FD | 62 | 40 | 0 | 1 | DB | 62 | 33 |
| Octal | 6 | 134 | 375 | 142 | 100 | 0 | 1 | 333 | 142 | 63 |
| Binary | 110 | 1011100 | 11111101 | 1100010 | 1000000 | 0 | 1 | 11011011 | 1100010 | 110011 |
Color Harmonies of #065CFD
Complementary color
Monochromatic Colors of #065CFD
Black with #065CFD
Text Example
Text Example
White with #065CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065CFD; }
p { color: rgb(6,92,253); }
H1.HeaderClassName
{
color: #065CFD;
}
.AnyTagClassName
{
color: #065CFD;
}
</style>
background-color css
<style>
a { background-color: #065CFD; }
a { background-color: rgb(6,92,253); }
div.DivClassName
{
background-color: #065CFD;
}
.BgClassName
{
background-color: #065CFD;
}
</style>
border-color css
<style>
span { border-color: #065CFD; }
span { border-color: rgb(6,92,253); }
td.TdClassName
{
border-color: #065CFD;
}
.TagClassName
{
border-color: #065CFD;
}
</style>