Shades of Navy Blue #006CEB
Tints of Navy Blue #006CEB
RGB
CMYK
RGB Variations
Color information
#006CEB (or 0x006CEB) is known color: Navy Blue. HEX triplet: 00, 6C and EB. RGB value is (0,108,235). Sum of RGB (Red+Green+Blue) = 0+108+235=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 235 (92.19% from 255 or 68.51% from 343); Max value from RGB is 235 - color contains mainly: blue. Hex color #006CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006CEB is #FF9314. Grayscale: #595959. Windows color (decimal): -16749333 or 15428608. OLE color: 15428608.
HSL color Cylindrical-coordinate representation of color #006CEB: hue angle of 212.43º 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 #006CEB is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 108 | 235 | - |
| CMYK | 1 | 0.54 | 0 | 0.08 |
| HSL | 212.43º | 1% | 0.46% | - |
| HSV(B) | 212.43º | 1% | 0.92% | - |
| XYZ | 20.36 | 16.72 | 80.75 | - |
| YUV | 90.19 | 209.72 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 235 | 1 | 0.54 | 0 | 0.08 | 212.43 | 1 | 0.46 |
| Hex | 0 | 6C | EB | 64 | 36 | 0 | 8 | D4 | 64 | 2E |
| Octal | 0 | 154 | 353 | 144 | 66 | 0 | 10 | 324 | 144 | 56 |
| Binary | 0 | 1101100 | 11101011 | 1100100 | 110110 | 0 | 1000 | 11010100 | 1100100 | 101110 |
Color Harmonies of #006CEB
Complementary color
Monochromatic Colors of #006CEB
Black with #006CEB
Text Example
Text Example
White with #006CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006CEB; }
p { color: rgb(0,108,235); }
H1.HeaderClassName
{
color: #006CEB;
}
.AnyTagClassName
{
color: #006CEB;
}
</style>
background-color css
<style>
a { background-color: #006CEB; }
a { background-color: rgb(0,108,235); }
div.DivClassName
{
background-color: #006CEB;
}
.BgClassName
{
background-color: #006CEB;
}
</style>
border-color css
<style>
span { border-color: #006CEB; }
span { border-color: rgb(0,108,235); }
td.TdClassName
{
border-color: #006CEB;
}
.TagClassName
{
border-color: #006CEB;
}
</style>