Shades of Dark Blue #030F8B
Tints of Dark Blue #030F8B
RGB
CMYK
RGB Variations
Color information
#030F8B (or 0x030F8B) is known color: Dark Blue. HEX triplet: 03, 0F and 8B. RGB value is (3,15,139). Sum of RGB (Red+Green+Blue) = 3+15+139=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 139 (54.69% from 255 or 88.54% from 157); Max value from RGB is 139 - color contains mainly: blue. Hex color #030F8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030F8B is #FCF074. Grayscale: #191919. Windows color (decimal): -16576629 or 9113347. OLE color: 9113347.
HSL color Cylindrical-coordinate representation of color #030F8B: hue angle of 234.71º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030F8B is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 15 | 139 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.45 |
| HSL | 234.71º | 0.96% | 0.28% | - |
| HSV(B) | 234.71º | 0.98% | 0.55% | - |
| XYZ | 4.87 | 2.23 | 24.6 | - |
| YUV | 25.55 | 192.02 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 139 | 0.98 | 0.89 | 0 | 0.45 | 234.71 | 0.96 | 0.28 |
| Hex | 3 | F | 8B | 62 | 59 | 0 | 2D | EB | 60 | 1C |
| Octal | 3 | 17 | 213 | 142 | 131 | 0 | 55 | 353 | 140 | 34 |
| Binary | 11 | 1111 | 10001011 | 1100010 | 1011001 | 0 | 101101 | 11101011 | 1100000 | 11100 |
Color Harmonies of #030F8B
Complementary color
Monochromatic Colors of #030F8B
Black with #030F8B
Text Example
Text Example
White with #030F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F8B; }
p { color: rgb(3,15,139); }
H1.HeaderClassName
{
color: #030F8B;
}
.AnyTagClassName
{
color: #030F8B;
}
</style>
background-color css
<style>
a { background-color: #030F8B; }
a { background-color: rgb(3,15,139); }
div.DivClassName
{
background-color: #030F8B;
}
.BgClassName
{
background-color: #030F8B;
}
</style>
border-color css
<style>
span { border-color: #030F8B; }
span { border-color: rgb(3,15,139); }
td.TdClassName
{
border-color: #030F8B;
}
.TagClassName
{
border-color: #030F8B;
}
</style>