Shades of Dark Blue #040C92
Tints of Dark Blue #040C92
RGB
CMYK
RGB Variations
Color information
#040C92 (or 0x040C92) is known color: Dark Blue. HEX triplet: 04, 0C and 92. RGB value is (4,12,146). Sum of RGB (Red+Green+Blue) = 4+12+146=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 146 (57.42% from 255 or 90.12% from 162); Max value from RGB is 146 - color contains mainly: blue. Hex color #040C92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040C92 is #FBF36D. Grayscale: #181818. Windows color (decimal): -16511854 or 9571332. OLE color: 9571332.
HSL color Cylindrical-coordinate representation of color #040C92: hue angle of 236.62º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040C92 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 12 | 146 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.43 |
| HSL | 236.62º | 0.95% | 0.29% | - |
| HSV(B) | 236.62º | 0.97% | 0.57% | - |
| XYZ | 5.37 | 2.36 | 27.37 | - |
| YUV | 24.88 | 196.35 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 146 | 0.97 | 0.92 | 0 | 0.43 | 236.62 | 0.95 | 0.29 |
| Hex | 4 | C | 92 | 61 | 5C | 0 | 2B | ED | 5F | 1D |
| Octal | 4 | 14 | 222 | 141 | 134 | 0 | 53 | 355 | 137 | 35 |
| Binary | 100 | 1100 | 10010010 | 1100001 | 1011100 | 0 | 101011 | 11101101 | 1011111 | 11101 |
Color Harmonies of #040C92
Complementary color
Monochromatic Colors of #040C92
Black with #040C92
Text Example
Text Example
White with #040C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040C92; }
p { color: rgb(4,12,146); }
H1.HeaderClassName
{
color: #040C92;
}
.AnyTagClassName
{
color: #040C92;
}
</style>
background-color css
<style>
a { background-color: #040C92; }
a { background-color: rgb(4,12,146); }
div.DivClassName
{
background-color: #040C92;
}
.BgClassName
{
background-color: #040C92;
}
</style>
border-color css
<style>
span { border-color: #040C92; }
span { border-color: rgb(4,12,146); }
td.TdClassName
{
border-color: #040C92;
}
.TagClassName
{
border-color: #040C92;
}
</style>