Shades of Dark Blue #050C8E
Tints of Dark Blue #050C8E
RGB
CMYK
RGB Variations
Color information
#050C8E (or 0x050C8E) is known color: Dark Blue. HEX triplet: 05, 0C and 8E. RGB value is (5,12,142). Sum of RGB (Red+Green+Blue) = 5+12+142=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 142 (55.86% from 255 or 89.31% from 159); Max value from RGB is 142 - color contains mainly: blue. Hex color #050C8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050C8E is #FAF371. Grayscale: #181818. Windows color (decimal): -16446322 or 9309189. OLE color: 9309189.
HSL color Cylindrical-coordinate representation of color #050C8E: hue angle of 236.93º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050C8E is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 12 | 142 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.44 |
| HSL | 236.93º | 0.93% | 0.29% | - |
| HSV(B) | 236.93º | 0.96% | 0.56% | - |
| XYZ | 5.08 | 2.25 | 25.76 | - |
| YUV | 24.73 | 194.18 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 142 | 0.96 | 0.92 | 0 | 0.44 | 236.93 | 0.93 | 0.29 |
| Hex | 5 | C | 8E | 60 | 5C | 0 | 2C | ED | 5D | 1D |
| Octal | 5 | 14 | 216 | 140 | 134 | 0 | 54 | 355 | 135 | 35 |
| Binary | 101 | 1100 | 10001110 | 1100000 | 1011100 | 0 | 101100 | 11101101 | 1011101 | 11101 |
Color Harmonies of #050C8E
Complementary color
Monochromatic Colors of #050C8E
Black with #050C8E
Text Example
Text Example
White with #050C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C8E; }
p { color: rgb(5,12,142); }
H1.HeaderClassName
{
color: #050C8E;
}
.AnyTagClassName
{
color: #050C8E;
}
</style>
background-color css
<style>
a { background-color: #050C8E; }
a { background-color: rgb(5,12,142); }
div.DivClassName
{
background-color: #050C8E;
}
.BgClassName
{
background-color: #050C8E;
}
</style>
border-color css
<style>
span { border-color: #050C8E; }
span { border-color: rgb(5,12,142); }
td.TdClassName
{
border-color: #050C8E;
}
.TagClassName
{
border-color: #050C8E;
}
</style>