Shades of Dark Blue #030B8C
Tints of Dark Blue #030B8C
RGB
CMYK
RGB Variations
Color information
#030B8C (or 0x030B8C) is known color: Dark Blue. HEX triplet: 03, 0B and 8C. RGB value is (3,11,140). Sum of RGB (Red+Green+Blue) = 3+11+140=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 140 (55.08% from 255 or 90.91% from 154); Max value from RGB is 140 - color contains mainly: blue. Hex color #030B8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030B8C is #FCF473. Grayscale: #161616. Windows color (decimal): -16577652 or 9177859. OLE color: 9177859.
HSL color Cylindrical-coordinate representation of color #030B8C: hue angle of 236.5º 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 #030B8C is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 11 | 140 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.45 |
| HSL | 236.5º | 0.96% | 0.28% | - |
| HSV(B) | 236.5º | 0.98% | 0.55% | - |
| XYZ | 4.89 | 2.15 | 24.97 | - |
| YUV | 23.31 | 193.85 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 140 | 0.98 | 0.92 | 0 | 0.45 | 236.5 | 0.96 | 0.28 |
| Hex | 3 | B | 8C | 62 | 5C | 0 | 2D | EC | 60 | 1C |
| Octal | 3 | 13 | 214 | 142 | 134 | 0 | 55 | 354 | 140 | 34 |
| Binary | 11 | 1011 | 10001100 | 1100010 | 1011100 | 0 | 101101 | 11101100 | 1100000 | 11100 |
Color Harmonies of #030B8C
Complementary color
Monochromatic Colors of #030B8C
Black with #030B8C
Text Example
Text Example
White with #030B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B8C; }
p { color: rgb(3,11,140); }
H1.HeaderClassName
{
color: #030B8C;
}
.AnyTagClassName
{
color: #030B8C;
}
</style>
background-color css
<style>
a { background-color: #030B8C; }
a { background-color: rgb(3,11,140); }
div.DivClassName
{
background-color: #030B8C;
}
.BgClassName
{
background-color: #030B8C;
}
</style>
border-color css
<style>
span { border-color: #030B8C; }
span { border-color: rgb(3,11,140); }
td.TdClassName
{
border-color: #030B8C;
}
.TagClassName
{
border-color: #030B8C;
}
</style>