Shades of Navy #06127B
Tints of Navy #06127B
RGB
CMYK
RGB Variations
Color information
#06127B (or 0x06127B) is known color: Navy. HEX triplet: 06, 12 and 7B. RGB value is (6,18,123). Sum of RGB (Red+Green+Blue) = 6+18+123=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 123 (48.44% from 255 or 83.67% from 147); Max value from RGB is 123 - color contains mainly: blue. Hex color #06127B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06127B is #F9ED84. Grayscale: #191919. Windows color (decimal): -16379269 or 8065542. OLE color: 8065542.
HSL color Cylindrical-coordinate representation of color #06127B: hue angle of 233.85º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06127B is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 18 | 123 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.52 |
| HSL | 233.85º | 0.91% | 0.25% | - |
| HSV(B) | 233.85º | 0.95% | 0.48% | - |
| XYZ | 3.87 | 1.9 | 18.9 | - |
| YUV | 26.38 | 182.52 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 123 | 0.95 | 0.85 | 0 | 0.52 | 233.85 | 0.91 | 0.25 |
| Hex | 6 | 12 | 7B | 5F | 55 | 0 | 34 | EA | 5B | 19 |
| Octal | 6 | 22 | 173 | 137 | 125 | 0 | 64 | 352 | 133 | 31 |
| Binary | 110 | 10010 | 1111011 | 1011111 | 1010101 | 0 | 110100 | 11101010 | 1011011 | 11001 |
Color Harmonies of #06127B
Complementary color
Monochromatic Colors of #06127B
Black with #06127B
Text Example
Text Example
White with #06127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06127B; }
p { color: rgb(6,18,123); }
H1.HeaderClassName
{
color: #06127B;
}
.AnyTagClassName
{
color: #06127B;
}
</style>
background-color css
<style>
a { background-color: #06127B; }
a { background-color: rgb(6,18,123); }
div.DivClassName
{
background-color: #06127B;
}
.BgClassName
{
background-color: #06127B;
}
</style>
border-color css
<style>
span { border-color: #06127B; }
span { border-color: rgb(6,18,123); }
td.TdClassName
{
border-color: #06127B;
}
.TagClassName
{
border-color: #06127B;
}
</style>