Shades of Midnight Blue #0B034C
Tints of Midnight Blue #0B034C
RGB
CMYK
RGB Variations
Color information
#0B034C (or 0x0B034C) is known color: Midnight Blue. HEX triplet: 0B, 03 and 4C. RGB value is (11,3,76). Sum of RGB (Red+Green+Blue) = 11+3+76=90 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.22% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 76 (30.08% from 255 or 84.44% from 90); Max value from RGB is 76 - color contains mainly: blue. Hex color #0B034C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B034C is #F4FCB3. Grayscale: #0D0D0D. Windows color (decimal): -16055476 or 4981515. OLE color: 4981515.
HSL color Cylindrical-coordinate representation of color #0B034C: hue angle of 246.58º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B034C is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 11 | 3 | 76 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.70 |
| HSL | 246.58º | 0.92% | 0.15% | - |
| HSV(B) | 246.58º | 0.96% | 0.3% | - |
| XYZ | 1.48 | 0.66 | 6.89 | - |
| YUV | 13.71 | 163.15 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 3 | 76 | 0.86 | 0.96 | 0 | 0.70 | 246.58 | 0.92 | 0.15 |
| Hex | B | 3 | 4C | 56 | 60 | 0 | 46 | F7 | 5C | F |
| Octal | 13 | 3 | 114 | 126 | 140 | 0 | 106 | 367 | 134 | 17 |
| Binary | 1011 | 11 | 1001100 | 1010110 | 1100000 | 0 | 1000110 | 11110111 | 1011100 | 1111 |
Color Harmonies of #0B034C
Complementary color
Monochromatic Colors of #0B034C
Black with #0B034C
Text Example
Text Example
White with #0B034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B034C; }
p { color: rgb(11,3,76); }
H1.HeaderClassName
{
color: #0B034C;
}
.AnyTagClassName
{
color: #0B034C;
}
</style>
background-color css
<style>
a { background-color: #0B034C; }
a { background-color: rgb(11,3,76); }
div.DivClassName
{
background-color: #0B034C;
}
.BgClassName
{
background-color: #0B034C;
}
</style>
border-color css
<style>
span { border-color: #0B034C; }
span { border-color: rgb(11,3,76); }
td.TdClassName
{
border-color: #0B034C;
}
.TagClassName
{
border-color: #0B034C;
}
</style>