Shades of Dark Blue #050C92
Tints of Dark Blue #050C92
RGB
CMYK
RGB Variations
Color information
#050C92 (or 0x050C92) is known color: Dark Blue. HEX triplet: 05, 0C and 92. RGB value is (5,12,146). Sum of RGB (Red+Green+Blue) = 5+12+146=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 146 (57.42% from 255 or 89.57% from 163); Max value from RGB is 146 - color contains mainly: blue. Hex color #050C92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050C92 is #FAF36D. Grayscale: #181818. Windows color (decimal): -16446318 or 9571333. OLE color: 9571333.
HSL color Cylindrical-coordinate representation of color #050C92: hue angle of 237.02º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050C92 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 12 | 146 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.43 |
| HSL | 237.02º | 0.93% | 0.3% | - |
| HSV(B) | 237.02º | 0.97% | 0.57% | - |
| XYZ | 5.38 | 2.37 | 27.37 | - |
| YUV | 25.18 | 196.18 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 146 | 0.97 | 0.92 | 0 | 0.43 | 237.02 | 0.93 | 0.3 |
| Hex | 5 | C | 92 | 61 | 5C | 0 | 2B | ED | 5D | 1E |
| Octal | 5 | 14 | 222 | 141 | 134 | 0 | 53 | 355 | 135 | 36 |
| Binary | 101 | 1100 | 10010010 | 1100001 | 1011100 | 0 | 101011 | 11101101 | 1011101 | 11110 |
Color Harmonies of #050C92
Complementary color
Monochromatic Colors of #050C92
Black with #050C92
Text Example
Text Example
White with #050C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C92; }
p { color: rgb(5,12,146); }
H1.HeaderClassName
{
color: #050C92;
}
.AnyTagClassName
{
color: #050C92;
}
</style>
background-color css
<style>
a { background-color: #050C92; }
a { background-color: rgb(5,12,146); }
div.DivClassName
{
background-color: #050C92;
}
.BgClassName
{
background-color: #050C92;
}
</style>
border-color css
<style>
span { border-color: #050C92; }
span { border-color: rgb(5,12,146); }
td.TdClassName
{
border-color: #050C92;
}
.TagClassName
{
border-color: #050C92;
}
</style>