Shades of Navy Blue #066BEB
Tints of Navy Blue #066BEB
RGB
CMYK
RGB Variations
Color information
#066BEB (or 0x066BEB) is known color: Navy Blue. HEX triplet: 06, 6B and EB. RGB value is (6,107,235). Sum of RGB (Red+Green+Blue) = 6+107+235=348 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #066BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066BEB is #F99414. Grayscale: #5A5A5A. Windows color (decimal): -16356373 or 15428358. OLE color: 15428358.
HSL color Cylindrical-coordinate representation of color #066BEB: hue angle of 213.54º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066BEB is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 107 | 235 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.08 |
| HSL | 213.54º | 0.95% | 0.47% | - |
| HSV(B) | 213.54º | 0.97% | 0.92% | - |
| XYZ | 20.33 | 16.55 | 80.72 | - |
| YUV | 91.39 | 209.04 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 235 | 0.97 | 0.54 | 0 | 0.08 | 213.54 | 0.95 | 0.47 |
| Hex | 6 | 6B | EB | 61 | 36 | 0 | 8 | D6 | 5F | 2F |
| Octal | 6 | 153 | 353 | 141 | 66 | 0 | 10 | 326 | 137 | 57 |
| Binary | 110 | 1101011 | 11101011 | 1100001 | 110110 | 0 | 1000 | 11010110 | 1011111 | 101111 |
Color Harmonies of #066BEB
Complementary color
Monochromatic Colors of #066BEB
Black with #066BEB
Text Example
Text Example
White with #066BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066BEB; }
p { color: rgb(6,107,235); }
H1.HeaderClassName
{
color: #066BEB;
}
.AnyTagClassName
{
color: #066BEB;
}
</style>
background-color css
<style>
a { background-color: #066BEB; }
a { background-color: rgb(6,107,235); }
div.DivClassName
{
background-color: #066BEB;
}
.BgClassName
{
background-color: #066BEB;
}
</style>
border-color css
<style>
span { border-color: #066BEB; }
span { border-color: rgb(6,107,235); }
td.TdClassName
{
border-color: #066BEB;
}
.TagClassName
{
border-color: #066BEB;
}
</style>