Shades of Navy #060270
Tints of Navy #060270
RGB
CMYK
RGB Variations
Color information
#060270 (or 0x060270) is known color: Navy. HEX triplet: 06, 02 and 70. RGB value is (6,2,112). Sum of RGB (Red+Green+Blue) = 6+2+112=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 112 (44.14% from 255 or 93.33% from 120); Max value from RGB is 112 - color contains mainly: blue. Hex color #060270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060270 is #F9FD8F. Grayscale: #0F0F0F. Windows color (decimal): -16383376 or 7340550. OLE color: 7340550.
HSL color Cylindrical-coordinate representation of color #060270: hue angle of 242.18º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #060270 is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 2 | 112 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.56 |
| HSL | 242.18º | 0.96% | 0.22% | - |
| HSV(B) | 242.18º | 0.98% | 0.44% | - |
| XYZ | 3.02 | 1.25 | 15.41 | - |
| YUV | 15.74 | 182.33 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 2 | 112 | 0.95 | 0.98 | 0 | 0.56 | 242.18 | 0.96 | 0.22 |
| Hex | 6 | 2 | 70 | 5F | 62 | 0 | 38 | F2 | 60 | 16 |
| Octal | 6 | 2 | 160 | 137 | 142 | 0 | 70 | 362 | 140 | 26 |
| Binary | 110 | 10 | 1110000 | 1011111 | 1100010 | 0 | 111000 | 11110010 | 1100000 | 10110 |
Color Harmonies of #060270
Complementary color
Monochromatic Colors of #060270
Black with #060270
Text Example
Text Example
White with #060270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060270; }
p { color: rgb(6,2,112); }
H1.HeaderClassName
{
color: #060270;
}
.AnyTagClassName
{
color: #060270;
}
</style>
background-color css
<style>
a { background-color: #060270; }
a { background-color: rgb(6,2,112); }
div.DivClassName
{
background-color: #060270;
}
.BgClassName
{
background-color: #060270;
}
</style>
border-color css
<style>
span { border-color: #060270; }
span { border-color: rgb(6,2,112); }
td.TdClassName
{
border-color: #060270;
}
.TagClassName
{
border-color: #060270;
}
</style>