Shades of Navy Blue #006BB8
Tints of Navy Blue #006BB8
RGB
CMYK
RGB Variations
Color information
#006BB8 (or 0x006BB8) is known color: Navy Blue. HEX triplet: 00, 6B and B8. RGB value is (0,107,184). Sum of RGB (Red+Green+Blue) = 0+107+184=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 184 (72.27% from 255 or 63.23% from 291); Max value from RGB is 184 - color contains mainly: blue. Hex color #006BB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BB8 is #FF9447. Grayscale: #535353. Windows color (decimal): -16749640 or 12086016. OLE color: 12086016.
HSL color Cylindrical-coordinate representation of color #006BB8: hue angle of 205.11º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BB8 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 107 | 184 | - |
| CMYK | 1 | 0.42 | 0 | 0.28 |
| HSL | 205.11º | 1% | 0.36% | - |
| HSV(B) | 205.11º | 1% | 0.72% | - |
| XYZ | 13.91 | 13.98 | 47.31 | - |
| YUV | 83.79 | 184.55 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 184 | 1 | 0.42 | 0 | 0.28 | 205.11 | 1 | 0.36 |
| Hex | 0 | 6B | B8 | 64 | 2A | 0 | 1C | CD | 64 | 24 |
| Octal | 0 | 153 | 270 | 144 | 52 | 0 | 34 | 315 | 144 | 44 |
| Binary | 0 | 1101011 | 10111000 | 1100100 | 101010 | 0 | 11100 | 11001101 | 1100100 | 100100 |
Color Harmonies of #006BB8
Complementary color
Monochromatic Colors of #006BB8
Black with #006BB8
Text Example
Text Example
White with #006BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006BB8; }
p { color: rgb(0,107,184); }
H1.HeaderClassName
{
color: #006BB8;
}
.AnyTagClassName
{
color: #006BB8;
}
</style>
background-color css
<style>
a { background-color: #006BB8; }
a { background-color: rgb(0,107,184); }
div.DivClassName
{
background-color: #006BB8;
}
.BgClassName
{
background-color: #006BB8;
}
</style>
border-color css
<style>
span { border-color: #006BB8; }
span { border-color: rgb(0,107,184); }
td.TdClassName
{
border-color: #006BB8;
}
.TagClassName
{
border-color: #006BB8;
}
</style>