Shades of Dark Blue #00108A
Tints of Dark Blue #00108A
RGB
CMYK
RGB Variations
Color information
#00108A (or 0x00108A) is known color: Dark Blue. HEX triplet: 00, 10 and 8A. RGB value is (0,16,138). Sum of RGB (Red+Green+Blue) = 0+16+138=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 138 (54.30% from 255 or 89.61% from 154); Max value from RGB is 138 - color contains mainly: blue. Hex color #00108A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00108A is #FFEF75. Grayscale: #181818. Windows color (decimal): -16772982 or 9048064. OLE color: 9048064.
HSL color Cylindrical-coordinate representation of color #00108A: hue angle of 233.04º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00108A is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 16 | 138 | - |
| CMYK | 1 | 0.88 | 0 | 0.46 |
| HSL | 233.04º | 1% | 0.27% | - |
| HSV(B) | 233.04º | 1% | 0.54% | - |
| XYZ | 4.77 | 2.21 | 24.22 | - |
| YUV | 25.12 | 191.7 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 138 | 1 | 0.88 | 0 | 0.46 | 233.04 | 1 | 0.27 |
| Hex | 0 | 10 | 8A | 64 | 58 | 0 | 2E | E9 | 64 | 1B |
| Octal | 0 | 20 | 212 | 144 | 130 | 0 | 56 | 351 | 144 | 33 |
| Binary | 0 | 10000 | 10001010 | 1100100 | 1011000 | 0 | 101110 | 11101001 | 1100100 | 11011 |
Color Harmonies of #00108A
Complementary color
Monochromatic Colors of #00108A
Black with #00108A
Text Example
Text Example
White with #00108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00108A; }
p { color: rgb(0,16,138); }
H1.HeaderClassName
{
color: #00108A;
}
.AnyTagClassName
{
color: #00108A;
}
</style>
background-color css
<style>
a { background-color: #00108A; }
a { background-color: rgb(0,16,138); }
div.DivClassName
{
background-color: #00108A;
}
.BgClassName
{
background-color: #00108A;
}
</style>
border-color css
<style>
span { border-color: #00108A; }
span { border-color: rgb(0,16,138); }
td.TdClassName
{
border-color: #00108A;
}
.TagClassName
{
border-color: #00108A;
}
</style>