Shades of Dark Blue #030C92
Tints of Dark Blue #030C92
RGB
CMYK
RGB Variations
Color information
#030C92 (or 0x030C92) is known color: Dark Blue. HEX triplet: 03, 0C and 92. RGB value is (3,12,146). Sum of RGB (Red+Green+Blue) = 3+12+146=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 146 (57.42% from 255 or 90.68% from 161); Max value from RGB is 146 - color contains mainly: blue. Hex color #030C92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030C92 is #FCF36D. Grayscale: #181818. Windows color (decimal): -16577390 or 9571331. OLE color: 9571331.
HSL color Cylindrical-coordinate representation of color #030C92: hue angle of 236.22º 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 #030C92 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 12 | 146 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.43 |
| HSL | 236.22º | 0.96% | 0.29% | - |
| HSV(B) | 236.22º | 0.98% | 0.57% | - |
| XYZ | 5.36 | 2.36 | 27.37 | - |
| YUV | 24.59 | 196.52 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 146 | 0.98 | 0.92 | 0 | 0.43 | 236.22 | 0.96 | 0.29 |
| Hex | 3 | C | 92 | 62 | 5C | 0 | 2B | EC | 60 | 1D |
| Octal | 3 | 14 | 222 | 142 | 134 | 0 | 53 | 354 | 140 | 35 |
| Binary | 11 | 1100 | 10010010 | 1100010 | 1011100 | 0 | 101011 | 11101100 | 1100000 | 11101 |
Color Harmonies of #030C92
Complementary color
Monochromatic Colors of #030C92
Black with #030C92
Text Example
Text Example
White with #030C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C92; }
p { color: rgb(3,12,146); }
H1.HeaderClassName
{
color: #030C92;
}
.AnyTagClassName
{
color: #030C92;
}
</style>
background-color css
<style>
a { background-color: #030C92; }
a { background-color: rgb(3,12,146); }
div.DivClassName
{
background-color: #030C92;
}
.BgClassName
{
background-color: #030C92;
}
</style>
border-color css
<style>
span { border-color: #030C92; }
span { border-color: rgb(3,12,146); }
td.TdClassName
{
border-color: #030C92;
}
.TagClassName
{
border-color: #030C92;
}
</style>