Shades of Navy #06057B
Tints of Navy #06057B
RGB
CMYK
RGB Variations
Color information
#06057B (or 0x06057B) is known color: Navy. HEX triplet: 06, 05 and 7B. RGB value is (6,5,123). Sum of RGB (Red+Green+Blue) = 6+5+123=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 123 (48.44% from 255 or 91.79% from 134); Max value from RGB is 123 - color contains mainly: blue. Hex color #06057B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06057B is #F9FA84. Grayscale: #121212. Windows color (decimal): -16382597 or 8062214. OLE color: 8062214.
HSL color Cylindrical-coordinate representation of color #06057B: hue angle of 240.51º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06057B is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 5 | 123 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.52 |
| HSL | 240.51º | 0.92% | 0.25% | - |
| HSV(B) | 240.51º | 0.96% | 0.48% | - |
| XYZ | 3.7 | 1.58 | 18.85 | - |
| YUV | 18.75 | 186.83 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 123 | 0.95 | 0.96 | 0 | 0.52 | 240.51 | 0.92 | 0.25 |
| Hex | 6 | 5 | 7B | 5F | 60 | 0 | 34 | F1 | 5C | 19 |
| Octal | 6 | 5 | 173 | 137 | 140 | 0 | 64 | 361 | 134 | 31 |
| Binary | 110 | 101 | 1111011 | 1011111 | 1100000 | 0 | 110100 | 11110001 | 1011100 | 11001 |
Color Harmonies of #06057B
Complementary color
Monochromatic Colors of #06057B
Black with #06057B
Text Example
Text Example
White with #06057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06057B; }
p { color: rgb(6,5,123); }
H1.HeaderClassName
{
color: #06057B;
}
.AnyTagClassName
{
color: #06057B;
}
</style>
background-color css
<style>
a { background-color: #06057B; }
a { background-color: rgb(6,5,123); }
div.DivClassName
{
background-color: #06057B;
}
.BgClassName
{
background-color: #06057B;
}
</style>
border-color css
<style>
span { border-color: #06057B; }
span { border-color: rgb(6,5,123); }
td.TdClassName
{
border-color: #06057B;
}
.TagClassName
{
border-color: #06057B;
}
</style>