Shades of Dark Blue #010F8B
Tints of Dark Blue #010F8B
RGB
CMYK
RGB Variations
Color information
#010F8B (or 0x010F8B) is known color: Dark Blue. HEX triplet: 01, 0F and 8B. RGB value is (1,15,139). Sum of RGB (Red+Green+Blue) = 1+15+139=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 139 (54.69% from 255 or 89.68% from 155); Max value from RGB is 139 - color contains mainly: blue. Hex color #010F8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010F8B is #FEF074. Grayscale: #181818. Windows color (decimal): -16707701 or 9113345. OLE color: 9113345.
HSL color Cylindrical-coordinate representation of color #010F8B: hue angle of 233.91º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F8B is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 15 | 139 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.45 |
| HSL | 233.91º | 0.99% | 0.27% | - |
| HSV(B) | 233.91º | 0.99% | 0.55% | - |
| XYZ | 4.84 | 2.21 | 24.6 | - |
| YUV | 24.95 | 192.36 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 139 | 0.99 | 0.89 | 0 | 0.45 | 233.91 | 0.99 | 0.27 |
| Hex | 1 | F | 8B | 63 | 59 | 0 | 2D | EA | 63 | 1B |
| Octal | 1 | 17 | 213 | 143 | 131 | 0 | 55 | 352 | 143 | 33 |
| Binary | 1 | 1111 | 10001011 | 1100011 | 1011001 | 0 | 101101 | 11101010 | 1100011 | 11011 |
Color Harmonies of #010F8B
Complementary color
Monochromatic Colors of #010F8B
Black with #010F8B
Text Example
Text Example
White with #010F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F8B; }
p { color: rgb(1,15,139); }
H1.HeaderClassName
{
color: #010F8B;
}
.AnyTagClassName
{
color: #010F8B;
}
</style>
background-color css
<style>
a { background-color: #010F8B; }
a { background-color: rgb(1,15,139); }
div.DivClassName
{
background-color: #010F8B;
}
.BgClassName
{
background-color: #010F8B;
}
</style>
border-color css
<style>
span { border-color: #010F8B; }
span { border-color: rgb(1,15,139); }
td.TdClassName
{
border-color: #010F8B;
}
.TagClassName
{
border-color: #010F8B;
}
</style>