Shades of Dark Blue #050C93
Tints of Dark Blue #050C93
RGB
CMYK
RGB Variations
Color information
#050C93 (or 0x050C93) is known color: Dark Blue. HEX triplet: 05, 0C and 93. RGB value is (5,12,147). Sum of RGB (Red+Green+Blue) = 5+12+147=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 147 (57.81% from 255 or 89.63% from 164); Max value from RGB is 147 - color contains mainly: blue. Hex color #050C93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050C93 is #FAF36C. Grayscale: #181818. Windows color (decimal): -16446317 or 9636869. OLE color: 9636869.
HSL color Cylindrical-coordinate representation of color #050C93: hue angle of 237.04º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050C93 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 12 | 147 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.42 |
| HSL | 237.04º | 0.93% | 0.3% | - |
| HSV(B) | 237.04º | 0.97% | 0.58% | - |
| XYZ | 5.46 | 2.4 | 27.78 | - |
| YUV | 25.3 | 196.68 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 147 | 0.97 | 0.92 | 0 | 0.42 | 237.04 | 0.93 | 0.3 |
| Hex | 5 | C | 93 | 61 | 5C | 0 | 2A | ED | 5D | 1E |
| Octal | 5 | 14 | 223 | 141 | 134 | 0 | 52 | 355 | 135 | 36 |
| Binary | 101 | 1100 | 10010011 | 1100001 | 1011100 | 0 | 101010 | 11101101 | 1011101 | 11110 |
Color Harmonies of #050C93
Complementary color
Monochromatic Colors of #050C93
Black with #050C93
Text Example
Text Example
White with #050C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C93; }
p { color: rgb(5,12,147); }
H1.HeaderClassName
{
color: #050C93;
}
.AnyTagClassName
{
color: #050C93;
}
</style>
background-color css
<style>
a { background-color: #050C93; }
a { background-color: rgb(5,12,147); }
div.DivClassName
{
background-color: #050C93;
}
.BgClassName
{
background-color: #050C93;
}
</style>
border-color css
<style>
span { border-color: #050C93; }
span { border-color: rgb(5,12,147); }
td.TdClassName
{
border-color: #050C93;
}
.TagClassName
{
border-color: #050C93;
}
</style>