Shades of Dark Blue #001088
Tints of Dark Blue #001088
RGB
CMYK
RGB Variations
Color information
#001088 (or 0x001088) is known color: Dark Blue. HEX triplet: 00, 10 and 88. RGB value is (0,16,136). Sum of RGB (Red+Green+Blue) = 0+16+136=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 136 (53.52% from 255 or 89.47% from 152); Max value from RGB is 136 - color contains mainly: blue. Hex color #001088 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001088 is #FFEF77. Grayscale: #181818. Windows color (decimal): -16772984 or 8916992. OLE color: 8916992.
HSL color Cylindrical-coordinate representation of color #001088: hue angle of 232.94º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001088 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 16 | 136 | - |
| CMYK | 1 | 0.88 | 0 | 0.47 |
| HSL | 232.94º | 1% | 0.27% | - |
| HSV(B) | 232.94º | 1% | 0.53% | - |
| XYZ | 4.63 | 2.15 | 23.46 | - |
| YUV | 24.9 | 190.7 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 136 | 1 | 0.88 | 0 | 0.47 | 232.94 | 1 | 0.27 |
| Hex | 0 | 10 | 88 | 64 | 58 | 0 | 2F | E9 | 64 | 1B |
| Octal | 0 | 20 | 210 | 144 | 130 | 0 | 57 | 351 | 144 | 33 |
| Binary | 0 | 10000 | 10001000 | 1100100 | 1011000 | 0 | 101111 | 11101001 | 1100100 | 11011 |
Color Harmonies of #001088
Complementary color
Monochromatic Colors of #001088
Black with #001088
Text Example
Text Example
White with #001088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001088; }
p { color: rgb(0,16,136); }
H1.HeaderClassName
{
color: #001088;
}
.AnyTagClassName
{
color: #001088;
}
</style>
background-color css
<style>
a { background-color: #001088; }
a { background-color: rgb(0,16,136); }
div.DivClassName
{
background-color: #001088;
}
.BgClassName
{
background-color: #001088;
}
</style>
border-color css
<style>
span { border-color: #001088; }
span { border-color: rgb(0,16,136); }
td.TdClassName
{
border-color: #001088;
}
.TagClassName
{
border-color: #001088;
}
</style>