Shades of Dark Blue #00108C
Tints of Dark Blue #00108C
RGB
CMYK
RGB Variations
Color information
#00108C (or 0x00108C) is known color: Dark Blue. HEX triplet: 00, 10 and 8C. RGB value is (0,16,140). Sum of RGB (Red+Green+Blue) = 0+16+140=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 140 (55.08% from 255 or 89.74% from 156); Max value from RGB is 140 - color contains mainly: blue. Hex color #00108C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00108C is #FFEF73. Grayscale: #181818. Windows color (decimal): -16772980 or 9179136. OLE color: 9179136.
HSL color Cylindrical-coordinate representation of color #00108C: hue angle of 233.14º 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 #00108C is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 16 | 140 | - |
| CMYK | 1 | 0.89 | 0 | 0.45 |
| HSL | 233.14º | 1% | 0.27% | - |
| HSV(B) | 233.14º | 1% | 0.55% | - |
| XYZ | 4.92 | 2.26 | 24.99 | - |
| YUV | 25.35 | 192.7 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 140 | 1 | 0.89 | 0 | 0.45 | 233.14 | 1 | 0.27 |
| Hex | 0 | 10 | 8C | 64 | 59 | 0 | 2D | E9 | 64 | 1B |
| Octal | 0 | 20 | 214 | 144 | 131 | 0 | 55 | 351 | 144 | 33 |
| Binary | 0 | 10000 | 10001100 | 1100100 | 1011001 | 0 | 101101 | 11101001 | 1100100 | 11011 |
Color Harmonies of #00108C
Complementary color
Monochromatic Colors of #00108C
Black with #00108C
Text Example
Text Example
White with #00108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00108C; }
p { color: rgb(0,16,140); }
H1.HeaderClassName
{
color: #00108C;
}
.AnyTagClassName
{
color: #00108C;
}
</style>
background-color css
<style>
a { background-color: #00108C; }
a { background-color: rgb(0,16,140); }
div.DivClassName
{
background-color: #00108C;
}
.BgClassName
{
background-color: #00108C;
}
</style>
border-color css
<style>
span { border-color: #00108C; }
span { border-color: rgb(0,16,140); }
td.TdClassName
{
border-color: #00108C;
}
.TagClassName
{
border-color: #00108C;
}
</style>