Shades of Ultramarine #12067B
Tints of Ultramarine #12067B
RGB
CMYK
RGB Variations
Color information
#12067B (or 0x12067B) is known color: Ultramarine. HEX triplet: 12, 06 and 7B. RGB value is (18,6,123). Sum of RGB (Red+Green+Blue) = 18+6+123=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 123 (48.44% from 255 or 83.67% from 147); Max value from RGB is 123 - color contains mainly: blue. Hex color #12067B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12067B is #EDF984. Grayscale: #161616. Windows color (decimal): -15595909 or 8062482. OLE color: 8062482.
HSL color Cylindrical-coordinate representation of color #12067B: hue angle of 246.15º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12067B is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 6 | 123 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.52 |
| HSL | 246.15º | 0.91% | 0.25% | - |
| HSV(B) | 246.15º | 0.95% | 0.48% | - |
| XYZ | 3.89 | 1.69 | 18.86 | - |
| YUV | 22.93 | 184.48 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 6 | 123 | 0.85 | 0.95 | 0 | 0.52 | 246.15 | 0.91 | 0.25 |
| Hex | 12 | 6 | 7B | 55 | 5F | 0 | 34 | F6 | 5B | 19 |
| Octal | 22 | 6 | 173 | 125 | 137 | 0 | 64 | 366 | 133 | 31 |
| Binary | 10010 | 110 | 1111011 | 1010101 | 1011111 | 0 | 110100 | 11110110 | 1011011 | 11001 |
Color Harmonies of #12067B
Complementary color
Monochromatic Colors of #12067B
Black with #12067B
Text Example
Text Example
White with #12067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12067B; }
p { color: rgb(18,6,123); }
H1.HeaderClassName
{
color: #12067B;
}
.AnyTagClassName
{
color: #12067B;
}
</style>
background-color css
<style>
a { background-color: #12067B; }
a { background-color: rgb(18,6,123); }
div.DivClassName
{
background-color: #12067B;
}
.BgClassName
{
background-color: #12067B;
}
</style>
border-color css
<style>
span { border-color: #12067B; }
span { border-color: rgb(18,6,123); }
td.TdClassName
{
border-color: #12067B;
}
.TagClassName
{
border-color: #12067B;
}
</style>