Shades of Navy #061384
Tints of Navy #061384
RGB
CMYK
RGB Variations
Color information
#061384 (or 0x061384) is known color: Navy. HEX triplet: 06, 13 and 84. RGB value is (6,19,132). Sum of RGB (Red+Green+Blue) = 6+19+132=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 132 (51.95% from 255 or 84.08% from 157); Max value from RGB is 132 - color contains mainly: blue. Hex color #061384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061384 is #F9EC7B. Grayscale: #1B1B1B. Windows color (decimal): -16379004 or 8655622. OLE color: 8655622.
HSL color Cylindrical-coordinate representation of color #061384: hue angle of 233.81º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061384 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 19 | 132 | - |
| CMYK | 0.95 | 0.86 | 0 | 0.48 |
| HSL | 233.81º | 0.91% | 0.27% | - |
| HSV(B) | 233.81º | 0.95% | 0.52% | - |
| XYZ | 4.47 | 2.17 | 22.01 | - |
| YUV | 28 | 186.69 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 132 | 0.95 | 0.86 | 0 | 0.48 | 233.81 | 0.91 | 0.27 |
| Hex | 6 | 13 | 84 | 5F | 56 | 0 | 30 | EA | 5B | 1B |
| Octal | 6 | 23 | 204 | 137 | 126 | 0 | 60 | 352 | 133 | 33 |
| Binary | 110 | 10011 | 10000100 | 1011111 | 1010110 | 0 | 110000 | 11101010 | 1011011 | 11011 |
Color Harmonies of #061384
Complementary color
Monochromatic Colors of #061384
Black with #061384
Text Example
Text Example
White with #061384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061384; }
p { color: rgb(6,19,132); }
H1.HeaderClassName
{
color: #061384;
}
.AnyTagClassName
{
color: #061384;
}
</style>
background-color css
<style>
a { background-color: #061384; }
a { background-color: rgb(6,19,132); }
div.DivClassName
{
background-color: #061384;
}
.BgClassName
{
background-color: #061384;
}
</style>
border-color css
<style>
span { border-color: #061384; }
span { border-color: rgb(6,19,132); }
td.TdClassName
{
border-color: #061384;
}
.TagClassName
{
border-color: #061384;
}
</style>