Shades of Dark Blue #050C8B
Tints of Dark Blue #050C8B
RGB
CMYK
RGB Variations
Color information
#050C8B (or 0x050C8B) is known color: Dark Blue. HEX triplet: 05, 0C and 8B. RGB value is (5,12,139). Sum of RGB (Red+Green+Blue) = 5+12+139=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 139 (54.69% from 255 or 89.10% from 156); Max value from RGB is 139 - color contains mainly: blue. Hex color #050C8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050C8B is #FAF374. Grayscale: #171717. Windows color (decimal): -16446325 or 9112581. OLE color: 9112581.
HSL color Cylindrical-coordinate representation of color #050C8B: hue angle of 236.87º 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 #050C8B is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 12 | 139 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.45 |
| HSL | 236.87º | 0.93% | 0.28% | - |
| HSV(B) | 236.87º | 0.96% | 0.55% | - |
| XYZ | 4.85 | 2.16 | 24.59 | - |
| YUV | 24.39 | 192.68 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 139 | 0.96 | 0.91 | 0 | 0.45 | 236.87 | 0.93 | 0.28 |
| Hex | 5 | C | 8B | 60 | 5B | 0 | 2D | ED | 5D | 1C |
| Octal | 5 | 14 | 213 | 140 | 133 | 0 | 55 | 355 | 135 | 34 |
| Binary | 101 | 1100 | 10001011 | 1100000 | 1011011 | 0 | 101101 | 11101101 | 1011101 | 11100 |
Color Harmonies of #050C8B
Complementary color
Monochromatic Colors of #050C8B
Black with #050C8B
Text Example
Text Example
White with #050C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C8B; }
p { color: rgb(5,12,139); }
H1.HeaderClassName
{
color: #050C8B;
}
.AnyTagClassName
{
color: #050C8B;
}
</style>
background-color css
<style>
a { background-color: #050C8B; }
a { background-color: rgb(5,12,139); }
div.DivClassName
{
background-color: #050C8B;
}
.BgClassName
{
background-color: #050C8B;
}
</style>
border-color css
<style>
span { border-color: #050C8B; }
span { border-color: rgb(5,12,139); }
td.TdClassName
{
border-color: #050C8B;
}
.TagClassName
{
border-color: #050C8B;
}
</style>