Shades of Dark Blue #030188
Tints of Dark Blue #030188
RGB
CMYK
RGB Variations
Color information
#030188 (or 0x030188) is known color: Dark Blue. HEX triplet: 03, 01 and 88. RGB value is (3,1,136). Sum of RGB (Red+Green+Blue) = 3+1+136=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 136 (53.52% from 255 or 97.14% from 140); Max value from RGB is 136 - color contains mainly: blue. Hex color #030188 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030188 is #FCFE77. Grayscale: #101010. Windows color (decimal): -16580216 or 8913155. OLE color: 8913155.
HSL color Cylindrical-coordinate representation of color #030188: hue angle of 240.89º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030188 is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 1 | 136 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.47 |
| HSL | 240.89º | 0.99% | 0.27% | - |
| HSV(B) | 240.89º | 0.99% | 0.53% | - |
| XYZ | 4.49 | 1.82 | 23.41 | - |
| YUV | 16.99 | 195.16 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 136 | 0.98 | 0.99 | 0 | 0.47 | 240.89 | 0.99 | 0.27 |
| Hex | 3 | 1 | 88 | 62 | 63 | 0 | 2F | F1 | 63 | 1B |
| Octal | 3 | 1 | 210 | 142 | 143 | 0 | 57 | 361 | 143 | 33 |
| Binary | 11 | 1 | 10001000 | 1100010 | 1100011 | 0 | 101111 | 11110001 | 1100011 | 11011 |
Color Harmonies of #030188
Complementary color
Monochromatic Colors of #030188
Black with #030188
Text Example
Text Example
White with #030188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030188; }
p { color: rgb(3,1,136); }
H1.HeaderClassName
{
color: #030188;
}
.AnyTagClassName
{
color: #030188;
}
</style>
background-color css
<style>
a { background-color: #030188; }
a { background-color: rgb(3,1,136); }
div.DivClassName
{
background-color: #030188;
}
.BgClassName
{
background-color: #030188;
}
</style>
border-color css
<style>
span { border-color: #030188; }
span { border-color: rgb(3,1,136); }
td.TdClassName
{
border-color: #030188;
}
.TagClassName
{
border-color: #030188;
}
</style>