Shades of Dark Blue #00018C
Tints of Dark Blue #00018C
RGB
CMYK
RGB Variations
Color information
#00018C (or 0x00018C) is known color: Dark Blue. HEX triplet: 00, 01 and 8C. RGB value is (0,1,140). Sum of RGB (Red+Green+Blue) = 0+1+140=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 140 (55.08% from 255 or 99.29% from 141); Max value from RGB is 140 - color contains mainly: blue. Hex color #00018C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00018C is #FFFE73. Grayscale: #0F0F0F. Windows color (decimal): -16776820 or 9175296. OLE color: 9175296.
HSL color Cylindrical-coordinate representation of color #00018C: hue angle of 239.57º 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 #00018C is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 1 | 140 | - |
| CMYK | 1 | 0.99 | 0 | 0.45 |
| HSL | 239.57º | 1% | 0.27% | - |
| HSV(B) | 239.57º | 1% | 0.55% | - |
| XYZ | 4.74 | 1.92 | 24.93 | - |
| YUV | 16.55 | 197.67 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 140 | 1 | 0.99 | 0 | 0.45 | 239.57 | 1 | 0.27 |
| Hex | 0 | 1 | 8C | 64 | 63 | 0 | 2D | F0 | 64 | 1B |
| Octal | 0 | 1 | 214 | 144 | 143 | 0 | 55 | 360 | 144 | 33 |
| Binary | 0 | 1 | 10001100 | 1100100 | 1100011 | 0 | 101101 | 11110000 | 1100100 | 11011 |
Color Harmonies of #00018C
Complementary color
Monochromatic Colors of #00018C
Black with #00018C
Text Example
Text Example
White with #00018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00018C; }
p { color: rgb(0,1,140); }
H1.HeaderClassName
{
color: #00018C;
}
.AnyTagClassName
{
color: #00018C;
}
</style>
background-color css
<style>
a { background-color: #00018C; }
a { background-color: rgb(0,1,140); }
div.DivClassName
{
background-color: #00018C;
}
.BgClassName
{
background-color: #00018C;
}
</style>
border-color css
<style>
span { border-color: #00018C; }
span { border-color: rgb(0,1,140); }
td.TdClassName
{
border-color: #00018C;
}
.TagClassName
{
border-color: #00018C;
}
</style>