Shades of Navy Blue #006BEB
Tints of Navy Blue #006BEB
RGB
CMYK
RGB Variations
Color information
#006BEB (or 0x006BEB) is known color: Navy Blue. HEX triplet: 00, 6B and EB. RGB value is (0,107,235). Sum of RGB (Red+Green+Blue) = 0+107+235=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 235 (92.19% from 255 or 68.71% from 342); Max value from RGB is 235 - color contains mainly: blue. Hex color #006BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006BEB is #FF9414. Grayscale: #585858. Windows color (decimal): -16749589 or 15428352. OLE color: 15428352.
HSL color Cylindrical-coordinate representation of color #006BEB: hue angle of 212.68º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BEB is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 107 | 235 | - |
| CMYK | 1 | 0.54 | 0 | 0.08 |
| HSL | 212.68º | 1% | 0.46% | - |
| HSV(B) | 212.68º | 1% | 0.92% | - |
| XYZ | 20.25 | 16.51 | 80.72 | - |
| YUV | 89.6 | 210.05 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 235 | 1 | 0.54 | 0 | 0.08 | 212.68 | 1 | 0.46 |
| Hex | 0 | 6B | EB | 64 | 36 | 0 | 8 | D5 | 64 | 2E |
| Octal | 0 | 153 | 353 | 144 | 66 | 0 | 10 | 325 | 144 | 56 |
| Binary | 0 | 1101011 | 11101011 | 1100100 | 110110 | 0 | 1000 | 11010101 | 1100100 | 101110 |
Color Harmonies of #006BEB
Complementary color
Monochromatic Colors of #006BEB
Black with #006BEB
Text Example
Text Example
White with #006BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006BEB; }
p { color: rgb(0,107,235); }
H1.HeaderClassName
{
color: #006BEB;
}
.AnyTagClassName
{
color: #006BEB;
}
</style>
background-color css
<style>
a { background-color: #006BEB; }
a { background-color: rgb(0,107,235); }
div.DivClassName
{
background-color: #006BEB;
}
.BgClassName
{
background-color: #006BEB;
}
</style>
border-color css
<style>
span { border-color: #006BEB; }
span { border-color: rgb(0,107,235); }
td.TdClassName
{
border-color: #006BEB;
}
.TagClassName
{
border-color: #006BEB;
}
</style>