Shades of Navy Blue #065CED
Tints of Navy Blue #065CED
RGB
CMYK
RGB Variations
Color information
#065CED (or 0x065CED) is known color: Navy Blue. HEX triplet: 06, 5C and ED. RGB value is (6,92,237). Sum of RGB (Red+Green+Blue) = 6+92+237=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #065CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065CED is #F9A312. Grayscale: #525252. Windows color (decimal): -16360211 or 15555590. OLE color: 15555590.
HSL color Cylindrical-coordinate representation of color #065CED: hue angle of 217.66º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065CED is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 92 | 237 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.07 |
| HSL | 217.66º | 0.95% | 0.48% | - |
| HSV(B) | 217.66º | 0.97% | 0.93% | - |
| XYZ | 19.19 | 13.81 | 81.77 | - |
| YUV | 82.82 | 215.01 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 92 | 237 | 0.97 | 0.61 | 0 | 0.07 | 217.66 | 0.95 | 0.48 |
| Hex | 6 | 5C | ED | 61 | 3D | 0 | 7 | DA | 5F | 30 |
| Octal | 6 | 134 | 355 | 141 | 75 | 0 | 7 | 332 | 137 | 60 |
| Binary | 110 | 1011100 | 11101101 | 1100001 | 111101 | 0 | 111 | 11011010 | 1011111 | 110000 |
Color Harmonies of #065CED
Complementary color
Monochromatic Colors of #065CED
Black with #065CED
Text Example
Text Example
White with #065CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065CED; }
p { color: rgb(6,92,237); }
H1.HeaderClassName
{
color: #065CED;
}
.AnyTagClassName
{
color: #065CED;
}
</style>
background-color css
<style>
a { background-color: #065CED; }
a { background-color: rgb(6,92,237); }
div.DivClassName
{
background-color: #065CED;
}
.BgClassName
{
background-color: #065CED;
}
</style>
border-color css
<style>
span { border-color: #065CED; }
span { border-color: rgb(6,92,237); }
td.TdClassName
{
border-color: #065CED;
}
.TagClassName
{
border-color: #065CED;
}
</style>