Shades of Midnight Blue #0A1667
Tints of Midnight Blue #0A1667
RGB
CMYK
RGB Variations
Color information
#0A1667 (or 0x0A1667) is known color: Midnight Blue. HEX triplet: 0A, 16 and 67. RGB value is (10,22,103). Sum of RGB (Red+Green+Blue) = 10+22+103=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 103 (40.62% from 255 or 76.30% from 135); Max value from RGB is 103 - color contains mainly: blue. Hex color #0A1667 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1667 is #F5E998. Grayscale: #1B1B1B. Windows color (decimal): -16116121 or 6755850. OLE color: 6755850.
HSL color Cylindrical-coordinate representation of color #0A1667: hue angle of 232.26º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A1667 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 22 | 103 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.60 |
| HSL | 232.26º | 0.82% | 0.22% | - |
| HSV(B) | 232.26º | 0.9% | 0.4% | - |
| XYZ | 2.86 | 1.62 | 12.99 | - |
| YUV | 27.65 | 170.52 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 103 | 0.90 | 0.79 | 0 | 0.60 | 232.26 | 0.82 | 0.22 |
| Hex | A | 16 | 67 | 5A | 4F | 0 | 3C | E8 | 52 | 16 |
| Octal | 12 | 26 | 147 | 132 | 117 | 0 | 74 | 350 | 122 | 26 |
| Binary | 1010 | 10110 | 1100111 | 1011010 | 1001111 | 0 | 111100 | 11101000 | 1010010 | 10110 |
Color Harmonies of #0A1667
Complementary color
Monochromatic Colors of #0A1667
Black with #0A1667
Text Example
Text Example
White with #0A1667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1667; }
p { color: rgb(10,22,103); }
H1.HeaderClassName
{
color: #0A1667;
}
.AnyTagClassName
{
color: #0A1667;
}
</style>
background-color css
<style>
a { background-color: #0A1667; }
a { background-color: rgb(10,22,103); }
div.DivClassName
{
background-color: #0A1667;
}
.BgClassName
{
background-color: #0A1667;
}
</style>
border-color css
<style>
span { border-color: #0A1667; }
span { border-color: rgb(10,22,103); }
td.TdClassName
{
border-color: #0A1667;
}
.TagClassName
{
border-color: #0A1667;
}
</style>