Shades of Navy Blue #065BED
Tints of Navy Blue #065BED
RGB
CMYK
RGB Variations
Color information
#065BED (or 0x065BED) is known color: Navy Blue. HEX triplet: 06, 5B and ED. RGB value is (6,91,237). Sum of RGB (Red+Green+Blue) = 6+91+237=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 237 (92.97% from 255 or 70.96% from 334); Max value from RGB is 237 - color contains mainly: blue. Hex color #065BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065BED is #F9A412. Grayscale: #515151. Windows color (decimal): -16360467 or 15555334. OLE color: 15555334.
HSL color Cylindrical-coordinate representation of color #065BED: hue angle of 217.92º 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 #065BED is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 91 | 237 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.07 |
| HSL | 217.92º | 0.95% | 0.48% | - |
| HSV(B) | 217.92º | 0.97% | 0.93% | - |
| XYZ | 19.1 | 13.64 | 81.75 | - |
| YUV | 82.23 | 215.34 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 237 | 0.97 | 0.62 | 0 | 0.07 | 217.92 | 0.95 | 0.48 |
| Hex | 6 | 5B | ED | 61 | 3E | 0 | 7 | DA | 5F | 30 |
| Octal | 6 | 133 | 355 | 141 | 76 | 0 | 7 | 332 | 137 | 60 |
| Binary | 110 | 1011011 | 11101101 | 1100001 | 111110 | 0 | 111 | 11011010 | 1011111 | 110000 |
Color Harmonies of #065BED
Complementary color
Monochromatic Colors of #065BED
Black with #065BED
Text Example
Text Example
White with #065BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065BED; }
p { color: rgb(6,91,237); }
H1.HeaderClassName
{
color: #065BED;
}
.AnyTagClassName
{
color: #065BED;
}
</style>
background-color css
<style>
a { background-color: #065BED; }
a { background-color: rgb(6,91,237); }
div.DivClassName
{
background-color: #065BED;
}
.BgClassName
{
background-color: #065BED;
}
</style>
border-color css
<style>
span { border-color: #065BED; }
span { border-color: rgb(6,91,237); }
td.TdClassName
{
border-color: #065BED;
}
.TagClassName
{
border-color: #065BED;
}
</style>