Shades of Dark Blue #00108B
Tints of Dark Blue #00108B
RGB
CMYK
RGB Variations
Color information
#00108B (or 0x00108B) is known color: Dark Blue. HEX triplet: 00, 10 and 8B. RGB value is (0,16,139). Sum of RGB (Red+Green+Blue) = 0+16+139=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 16 (6.64% from 255 or 10.32% 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 #00108B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00108B is #FFEF74. Grayscale: #181818. Windows color (decimal): -16772981 or 9113600. OLE color: 9113600.
HSL color Cylindrical-coordinate representation of color #00108B: hue angle of 233.09º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00108B is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 16 | 139 | - |
| CMYK | 1 | 0.88 | 0 | 0.45 |
| HSL | 233.09º | 1% | 0.27% | - |
| HSV(B) | 233.09º | 1% | 0.55% | - |
| XYZ | 4.85 | 2.23 | 24.6 | - |
| YUV | 25.24 | 192.2 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 139 | 1 | 0.88 | 0 | 0.45 | 233.09 | 1 | 0.27 |
| Hex | 0 | 10 | 8B | 64 | 58 | 0 | 2D | E9 | 64 | 1B |
| Octal | 0 | 20 | 213 | 144 | 130 | 0 | 55 | 351 | 144 | 33 |
| Binary | 0 | 10000 | 10001011 | 1100100 | 1011000 | 0 | 101101 | 11101001 | 1100100 | 11011 |
Color Harmonies of #00108B
Complementary color
Monochromatic Colors of #00108B
Black with #00108B
Text Example
Text Example
White with #00108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00108B; }
p { color: rgb(0,16,139); }
H1.HeaderClassName
{
color: #00108B;
}
.AnyTagClassName
{
color: #00108B;
}
</style>
background-color css
<style>
a { background-color: #00108B; }
a { background-color: rgb(0,16,139); }
div.DivClassName
{
background-color: #00108B;
}
.BgClassName
{
background-color: #00108B;
}
</style>
border-color css
<style>
span { border-color: #00108B; }
span { border-color: rgb(0,16,139); }
td.TdClassName
{
border-color: #00108B;
}
.TagClassName
{
border-color: #00108B;
}
</style>