Shades of Dark Blue #060192
Tints of Dark Blue #060192
RGB
CMYK
RGB Variations
Color information
#060192 (or 0x060192) is known color: Dark Blue. HEX triplet: 06, 01 and 92. RGB value is (6,1,146). Sum of RGB (Red+Green+Blue) = 6+1+146=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 146 (57.42% from 255 or 95.42% from 153); Max value from RGB is 146 - color contains mainly: blue. Hex color #060192 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060192 is #F9FE6D. Grayscale: #121212. Windows color (decimal): -16383598 or 9568518. OLE color: 9568518.
HSL color Cylindrical-coordinate representation of color #060192: hue angle of 242.07º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060192 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 1 | 146 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.43 |
| HSL | 242.07º | 0.99% | 0.29% | - |
| HSV(B) | 242.07º | 0.99% | 0.57% | - |
| XYZ | 5.27 | 2.14 | 27.33 | - |
| YUV | 19.03 | 199.66 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 146 | 0.96 | 0.99 | 0 | 0.43 | 242.07 | 0.99 | 0.29 |
| Hex | 6 | 1 | 92 | 60 | 63 | 0 | 2B | F2 | 63 | 1D |
| Octal | 6 | 1 | 222 | 140 | 143 | 0 | 53 | 362 | 143 | 35 |
| Binary | 110 | 1 | 10010010 | 1100000 | 1100011 | 0 | 101011 | 11110010 | 1100011 | 11101 |
Color Harmonies of #060192
Complementary color
Monochromatic Colors of #060192
Black with #060192
Text Example
Text Example
White with #060192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060192; }
p { color: rgb(6,1,146); }
H1.HeaderClassName
{
color: #060192;
}
.AnyTagClassName
{
color: #060192;
}
</style>
background-color css
<style>
a { background-color: #060192; }
a { background-color: rgb(6,1,146); }
div.DivClassName
{
background-color: #060192;
}
.BgClassName
{
background-color: #060192;
}
</style>
border-color css
<style>
span { border-color: #060192; }
span { border-color: rgb(6,1,146); }
td.TdClassName
{
border-color: #060192;
}
.TagClassName
{
border-color: #060192;
}
</style>