Shades of Dark Blue #050B8C
Tints of Dark Blue #050B8C
RGB
CMYK
RGB Variations
Color information
#050B8C (or 0x050B8C) is known color: Dark Blue. HEX triplet: 05, 0B and 8C. RGB value is (5,11,140). Sum of RGB (Red+Green+Blue) = 5+11+140=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 140 (55.08% from 255 or 89.74% from 156); Max value from RGB is 140 - color contains mainly: blue. Hex color #050B8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050B8C is #FAF473. Grayscale: #171717. Windows color (decimal): -16446580 or 9177861. OLE color: 9177861.
HSL color Cylindrical-coordinate representation of color #050B8C: hue angle of 237.33º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050B8C is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 11 | 140 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.45 |
| HSL | 237.33º | 0.93% | 0.28% | - |
| HSV(B) | 237.33º | 0.96% | 0.55% | - |
| XYZ | 4.92 | 2.17 | 24.97 | - |
| YUV | 23.91 | 193.51 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 140 | 0.96 | 0.92 | 0 | 0.45 | 237.33 | 0.93 | 0.28 |
| Hex | 5 | B | 8C | 60 | 5C | 0 | 2D | ED | 5D | 1C |
| Octal | 5 | 13 | 214 | 140 | 134 | 0 | 55 | 355 | 135 | 34 |
| Binary | 101 | 1011 | 10001100 | 1100000 | 1011100 | 0 | 101101 | 11101101 | 1011101 | 11100 |
Color Harmonies of #050B8C
Complementary color
Monochromatic Colors of #050B8C
Black with #050B8C
Text Example
Text Example
White with #050B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050B8C; }
p { color: rgb(5,11,140); }
H1.HeaderClassName
{
color: #050B8C;
}
.AnyTagClassName
{
color: #050B8C;
}
</style>
background-color css
<style>
a { background-color: #050B8C; }
a { background-color: rgb(5,11,140); }
div.DivClassName
{
background-color: #050B8C;
}
.BgClassName
{
background-color: #050B8C;
}
</style>
border-color css
<style>
span { border-color: #050B8C; }
span { border-color: rgb(5,11,140); }
td.TdClassName
{
border-color: #050B8C;
}
.TagClassName
{
border-color: #050B8C;
}
</style>