Shades of Dark Blue #01088C
Tints of Dark Blue #01088C
RGB
CMYK
RGB Variations
Color information
#01088C (or 0x01088C) is known color: Dark Blue. HEX triplet: 01, 08 and 8C. RGB value is (1,8,140). Sum of RGB (Red+Green+Blue) = 1+8+140=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 140 (55.08% from 255 or 93.96% from 149); Max value from RGB is 140 - color contains mainly: blue. Hex color #01088C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01088C is #FEF773. Grayscale: #141414. Windows color (decimal): -16709492 or 9177089. OLE color: 9177089.
HSL color Cylindrical-coordinate representation of color #01088C: hue angle of 236.98º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01088C is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 8 | 140 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.45 |
| HSL | 236.98º | 0.99% | 0.28% | - |
| HSV(B) | 236.98º | 0.99% | 0.55% | - |
| XYZ | 4.83 | 2.07 | 24.96 | - |
| YUV | 20.96 | 195.18 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 140 | 0.99 | 0.94 | 0 | 0.45 | 236.98 | 0.99 | 0.28 |
| Hex | 1 | 8 | 8C | 63 | 5E | 0 | 2D | ED | 63 | 1C |
| Octal | 1 | 10 | 214 | 143 | 136 | 0 | 55 | 355 | 143 | 34 |
| Binary | 1 | 1000 | 10001100 | 1100011 | 1011110 | 0 | 101101 | 11101101 | 1100011 | 11100 |
Color Harmonies of #01088C
Complementary color
Monochromatic Colors of #01088C
Black with #01088C
Text Example
Text Example
White with #01088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01088C; }
p { color: rgb(1,8,140); }
H1.HeaderClassName
{
color: #01088C;
}
.AnyTagClassName
{
color: #01088C;
}
</style>
background-color css
<style>
a { background-color: #01088C; }
a { background-color: rgb(1,8,140); }
div.DivClassName
{
background-color: #01088C;
}
.BgClassName
{
background-color: #01088C;
}
</style>
border-color css
<style>
span { border-color: #01088C; }
span { border-color: rgb(1,8,140); }
td.TdClassName
{
border-color: #01088C;
}
.TagClassName
{
border-color: #01088C;
}
</style>