Shades of Dark Blue #030792
Tints of Dark Blue #030792
RGB
CMYK
RGB Variations
Color information
#030792 (or 0x030792) is known color: Dark Blue. HEX triplet: 03, 07 and 92. RGB value is (3,7,146). Sum of RGB (Red+Green+Blue) = 3+7+146=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 146 (57.42% from 255 or 93.59% from 156); Max value from RGB is 146 - color contains mainly: blue. Hex color #030792 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030792 is #FCF86D. Grayscale: #151515. Windows color (decimal): -16578670 or 9570051. OLE color: 9570051.
HSL color Cylindrical-coordinate representation of color #030792: hue angle of 238.32º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030792 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 7 | 146 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.43 |
| HSL | 238.32º | 0.96% | 0.29% | - |
| HSV(B) | 238.32º | 0.98% | 0.57% | - |
| XYZ | 5.3 | 2.25 | 27.35 | - |
| YUV | 21.65 | 198.17 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 146 | 0.98 | 0.95 | 0 | 0.43 | 238.32 | 0.96 | 0.29 |
| Hex | 3 | 7 | 92 | 62 | 5F | 0 | 2B | EE | 60 | 1D |
| Octal | 3 | 7 | 222 | 142 | 137 | 0 | 53 | 356 | 140 | 35 |
| Binary | 11 | 111 | 10010010 | 1100010 | 1011111 | 0 | 101011 | 11101110 | 1100000 | 11101 |
Color Harmonies of #030792
Complementary color
Monochromatic Colors of #030792
Black with #030792
Text Example
Text Example
White with #030792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030792; }
p { color: rgb(3,7,146); }
H1.HeaderClassName
{
color: #030792;
}
.AnyTagClassName
{
color: #030792;
}
</style>
background-color css
<style>
a { background-color: #030792; }
a { background-color: rgb(3,7,146); }
div.DivClassName
{
background-color: #030792;
}
.BgClassName
{
background-color: #030792;
}
</style>
border-color css
<style>
span { border-color: #030792; }
span { border-color: rgb(3,7,146); }
td.TdClassName
{
border-color: #030792;
}
.TagClassName
{
border-color: #030792;
}
</style>