Shades of Navy #061383
Tints of Navy #061383
RGB
CMYK
RGB Variations
Color information
#061383 (or 0x061383) is known color: Navy. HEX triplet: 06, 13 and 83. RGB value is (6,19,131). Sum of RGB (Red+Green+Blue) = 6+19+131=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 131 (51.56% from 255 or 83.97% from 156); Max value from RGB is 131 - color contains mainly: blue. Hex color #061383 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061383 is #F9EC7C. Grayscale: #1B1B1B. Windows color (decimal): -16379005 or 8590086. OLE color: 8590086.
HSL color Cylindrical-coordinate representation of color #061383: hue angle of 233.76º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061383 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 19 | 131 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.49 |
| HSL | 233.76º | 0.91% | 0.27% | - |
| HSV(B) | 233.76º | 0.95% | 0.51% | - |
| XYZ | 4.4 | 2.14 | 21.65 | - |
| YUV | 27.88 | 186.19 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 131 | 0.95 | 0.85 | 0 | 0.49 | 233.76 | 0.91 | 0.27 |
| Hex | 6 | 13 | 83 | 5F | 55 | 0 | 31 | EA | 5B | 1B |
| Octal | 6 | 23 | 203 | 137 | 125 | 0 | 61 | 352 | 133 | 33 |
| Binary | 110 | 10011 | 10000011 | 1011111 | 1010101 | 0 | 110001 | 11101010 | 1011011 | 11011 |
Color Harmonies of #061383
Complementary color
Monochromatic Colors of #061383
Black with #061383
Text Example
Text Example
White with #061383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061383; }
p { color: rgb(6,19,131); }
H1.HeaderClassName
{
color: #061383;
}
.AnyTagClassName
{
color: #061383;
}
</style>
background-color css
<style>
a { background-color: #061383; }
a { background-color: rgb(6,19,131); }
div.DivClassName
{
background-color: #061383;
}
.BgClassName
{
background-color: #061383;
}
</style>
border-color css
<style>
span { border-color: #061383; }
span { border-color: rgb(6,19,131); }
td.TdClassName
{
border-color: #061383;
}
.TagClassName
{
border-color: #061383;
}
</style>