Shades of Dark Blue #050F8C
Tints of Dark Blue #050F8C
RGB
CMYK
RGB Variations
Color information
#050F8C (or 0x050F8C) is known color: Dark Blue. HEX triplet: 05, 0F and 8C. RGB value is (5,15,140). Sum of RGB (Red+Green+Blue) = 5+15+140=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 15 (6.25% from 255 or 9.38% from 160); Blue value is 140 (55.08% from 255 or 87.5% from 160); Max value from RGB is 140 - color contains mainly: blue. Hex color #050F8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050F8C is #FAF073. Grayscale: #191919. Windows color (decimal): -16445556 or 9178885. OLE color: 9178885.
HSL color Cylindrical-coordinate representation of color #050F8C: hue angle of 235.56º 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 #050F8C is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 15 | 140 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.45 |
| HSL | 235.56º | 0.93% | 0.28% | - |
| HSV(B) | 235.56º | 0.96% | 0.55% | - |
| XYZ | 4.97 | 2.27 | 24.99 | - |
| YUV | 26.26 | 192.19 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 140 | 0.96 | 0.89 | 0 | 0.45 | 235.56 | 0.93 | 0.28 |
| Hex | 5 | F | 8C | 60 | 59 | 0 | 2D | EC | 5D | 1C |
| Octal | 5 | 17 | 214 | 140 | 131 | 0 | 55 | 354 | 135 | 34 |
| Binary | 101 | 1111 | 10001100 | 1100000 | 1011001 | 0 | 101101 | 11101100 | 1011101 | 11100 |
Color Harmonies of #050F8C
Complementary color
Monochromatic Colors of #050F8C
Black with #050F8C
Text Example
Text Example
White with #050F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F8C; }
p { color: rgb(5,15,140); }
H1.HeaderClassName
{
color: #050F8C;
}
.AnyTagClassName
{
color: #050F8C;
}
</style>
background-color css
<style>
a { background-color: #050F8C; }
a { background-color: rgb(5,15,140); }
div.DivClassName
{
background-color: #050F8C;
}
.BgClassName
{
background-color: #050F8C;
}
</style>
border-color css
<style>
span { border-color: #050F8C; }
span { border-color: rgb(5,15,140); }
td.TdClassName
{
border-color: #050F8C;
}
.TagClassName
{
border-color: #050F8C;
}
</style>