Shades of Ultramarine #07188F
Tints of Ultramarine #07188F
RGB
CMYK
RGB Variations
Color information
#07188F (or 0x07188F) is known color: Ultramarine. HEX triplet: 07, 18 and 8F. RGB value is (7,24,143). Sum of RGB (Red+Green+Blue) = 7+24+143=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 143 (56.25% from 255 or 82.18% from 174); Max value from RGB is 143 - color contains mainly: blue. Hex color #07188F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07188F is #F8E770. Grayscale: #1F1F1F. Windows color (decimal): -16312177 or 9377799. OLE color: 9377799.
HSL color Cylindrical-coordinate representation of color #07188F: hue angle of 232.5º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07188F is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 24 | 143 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.44 |
| HSL | 232.5º | 0.91% | 0.29% | - |
| HSV(B) | 232.5º | 0.95% | 0.56% | - |
| XYZ | 5.37 | 2.68 | 26.22 | - |
| YUV | 32.48 | 190.37 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 143 | 0.95 | 0.83 | 0 | 0.44 | 232.5 | 0.91 | 0.29 |
| Hex | 7 | 18 | 8F | 5F | 53 | 0 | 2C | E8 | 5B | 1D |
| Octal | 7 | 30 | 217 | 137 | 123 | 0 | 54 | 350 | 133 | 35 |
| Binary | 111 | 11000 | 10001111 | 1011111 | 1010011 | 0 | 101100 | 11101000 | 1011011 | 11101 |
Color Harmonies of #07188F
Complementary color
Monochromatic Colors of #07188F
Black with #07188F
Text Example
Text Example
White with #07188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07188F; }
p { color: rgb(7,24,143); }
H1.HeaderClassName
{
color: #07188F;
}
.AnyTagClassName
{
color: #07188F;
}
</style>
background-color css
<style>
a { background-color: #07188F; }
a { background-color: rgb(7,24,143); }
div.DivClassName
{
background-color: #07188F;
}
.BgClassName
{
background-color: #07188F;
}
</style>
border-color css
<style>
span { border-color: #07188F; }
span { border-color: rgb(7,24,143); }
td.TdClassName
{
border-color: #07188F;
}
.TagClassName
{
border-color: #07188F;
}
</style>