Shades of Dark Blue #050F90
Tints of Dark Blue #050F90
RGB
CMYK
RGB Variations
Color information
#050F90 (or 0x050F90) is known color: Dark Blue. HEX triplet: 05, 0F and 90. RGB value is (5,15,144). Sum of RGB (Red+Green+Blue) = 5+15+144=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 144 (56.64% from 255 or 87.80% from 164); Max value from RGB is 144 - color contains mainly: blue. Hex color #050F90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050F90 is #FAF06F. Grayscale: #1A1A1A. Windows color (decimal): -16445552 or 9441029. OLE color: 9441029.
HSL color Cylindrical-coordinate representation of color #050F90: hue angle of 235.68º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050F90 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 15 | 144 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.44 |
| HSL | 235.68º | 0.93% | 0.29% | - |
| HSV(B) | 235.68º | 0.97% | 0.56% | - |
| XYZ | 5.27 | 2.39 | 26.57 | - |
| YUV | 26.72 | 194.19 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 144 | 0.97 | 0.90 | 0 | 0.44 | 235.68 | 0.93 | 0.29 |
| Hex | 5 | F | 90 | 61 | 5A | 0 | 2C | EC | 5D | 1D |
| Octal | 5 | 17 | 220 | 141 | 132 | 0 | 54 | 354 | 135 | 35 |
| Binary | 101 | 1111 | 10010000 | 1100001 | 1011010 | 0 | 101100 | 11101100 | 1011101 | 11101 |
Color Harmonies of #050F90
Complementary color
Monochromatic Colors of #050F90
Black with #050F90
Text Example
Text Example
White with #050F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F90; }
p { color: rgb(5,15,144); }
H1.HeaderClassName
{
color: #050F90;
}
.AnyTagClassName
{
color: #050F90;
}
</style>
background-color css
<style>
a { background-color: #050F90; }
a { background-color: rgb(5,15,144); }
div.DivClassName
{
background-color: #050F90;
}
.BgClassName
{
background-color: #050F90;
}
</style>
border-color css
<style>
span { border-color: #050F90; }
span { border-color: rgb(5,15,144); }
td.TdClassName
{
border-color: #050F90;
}
.TagClassName
{
border-color: #050F90;
}
</style>