Shades of Navy Blue #064BED
Tints of Navy Blue #064BED
RGB
CMYK
RGB Variations
Color information
#064BED (or 0x064BED) is known color: Navy Blue. HEX triplet: 06, 4B and ED. RGB value is (6,75,237). Sum of RGB (Red+Green+Blue) = 6+75+237=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 237 (92.97% from 255 or 74.53% from 318); Max value from RGB is 237 - color contains mainly: blue. Hex color #064BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064BED is #F9B412. Grayscale: #484848. Windows color (decimal): -16364563 or 15551238. OLE color: 15551238.
HSL color Cylindrical-coordinate representation of color #064BED: hue angle of 222.08º 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 #064BED is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 75 | 237 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.07 |
| HSL | 222.08º | 0.95% | 0.48% | - |
| HSV(B) | 222.08º | 0.97% | 0.93% | - |
| XYZ | 17.88 | 11.19 | 81.34 | - |
| YUV | 72.84 | 220.64 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 237 | 0.97 | 0.68 | 0 | 0.07 | 222.08 | 0.95 | 0.48 |
| Hex | 6 | 4B | ED | 61 | 44 | 0 | 7 | DE | 5F | 30 |
| Octal | 6 | 113 | 355 | 141 | 104 | 0 | 7 | 336 | 137 | 60 |
| Binary | 110 | 1001011 | 11101101 | 1100001 | 1000100 | 0 | 111 | 11011110 | 1011111 | 110000 |
Color Harmonies of #064BED
Complementary color
Monochromatic Colors of #064BED
Black with #064BED
Text Example
Text Example
White with #064BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064BED; }
p { color: rgb(6,75,237); }
H1.HeaderClassName
{
color: #064BED;
}
.AnyTagClassName
{
color: #064BED;
}
</style>
background-color css
<style>
a { background-color: #064BED; }
a { background-color: rgb(6,75,237); }
div.DivClassName
{
background-color: #064BED;
}
.BgClassName
{
background-color: #064BED;
}
</style>
border-color css
<style>
span { border-color: #064BED; }
span { border-color: rgb(6,75,237); }
td.TdClassName
{
border-color: #064BED;
}
.TagClassName
{
border-color: #064BED;
}
</style>