Shades of Dark Blue #010F93
Tints of Dark Blue #010F93
RGB
CMYK
RGB Variations
Color information
#010F93 (or 0x010F93) is known color: Dark Blue. HEX triplet: 01, 0F and 93. RGB value is (1,15,147). Sum of RGB (Red+Green+Blue) = 1+15+147=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 147 (57.81% from 255 or 90.18% from 163); Max value from RGB is 147 - color contains mainly: blue. Hex color #010F93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010F93 is #FEF06C. Grayscale: #191919. Windows color (decimal): -16707693 or 9637633. OLE color: 9637633.
HSL color Cylindrical-coordinate representation of color #010F93: hue angle of 234.25º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F93 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 15 | 147 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.42 |
| HSL | 234.25º | 0.99% | 0.29% | - |
| HSV(B) | 234.25º | 0.99% | 0.58% | - |
| XYZ | 5.45 | 2.45 | 27.79 | - |
| YUV | 25.86 | 196.36 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 147 | 0.99 | 0.90 | 0 | 0.42 | 234.25 | 0.99 | 0.29 |
| Hex | 1 | F | 93 | 63 | 5A | 0 | 2A | EA | 63 | 1D |
| Octal | 1 | 17 | 223 | 143 | 132 | 0 | 52 | 352 | 143 | 35 |
| Binary | 1 | 1111 | 10010011 | 1100011 | 1011010 | 0 | 101010 | 11101010 | 1100011 | 11101 |
Color Harmonies of #010F93
Complementary color
Monochromatic Colors of #010F93
Black with #010F93
Text Example
Text Example
White with #010F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F93; }
p { color: rgb(1,15,147); }
H1.HeaderClassName
{
color: #010F93;
}
.AnyTagClassName
{
color: #010F93;
}
</style>
background-color css
<style>
a { background-color: #010F93; }
a { background-color: rgb(1,15,147); }
div.DivClassName
{
background-color: #010F93;
}
.BgClassName
{
background-color: #010F93;
}
</style>
border-color css
<style>
span { border-color: #010F93; }
span { border-color: rgb(1,15,147); }
td.TdClassName
{
border-color: #010F93;
}
.TagClassName
{
border-color: #010F93;
}
</style>