Shades of Ultramarine #231A8F
Tints of Ultramarine #231A8F
RGB
CMYK
RGB Variations
Color information
#231A8F (or 0x231A8F) is known color: Ultramarine. HEX triplet: 23, 1A and 8F. RGB value is (35,26,143). Sum of RGB (Red+Green+Blue) = 35+26+143=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 143 (56.25% from 255 or 70.10% from 204); Max value from RGB is 143 - color contains mainly: blue. Hex color #231A8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231A8F is #DCE570. Grayscale: #292929. Windows color (decimal): -14476657 or 9378339. OLE color: 9378339.
HSL color Cylindrical-coordinate representation of color #231A8F: hue angle of 244.62º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #231A8F is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 26 | 143 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.44 |
| HSL | 244.62º | 0.69% | 0.33% | - |
| HSV(B) | 244.62º | 0.82% | 0.56% | - |
| XYZ | 6.02 | 3.08 | 26.26 | - |
| YUV | 42.03 | 184.98 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 143 | 0.76 | 0.82 | 0 | 0.44 | 244.62 | 0.69 | 0.33 |
| Hex | 23 | 1A | 8F | 4C | 52 | 0 | 2C | F5 | 45 | 21 |
| Octal | 43 | 32 | 217 | 114 | 122 | 0 | 54 | 365 | 105 | 41 |
| Binary | 100011 | 11010 | 10001111 | 1001100 | 1010010 | 0 | 101100 | 11110101 | 1000101 | 100001 |
Color Harmonies of #231A8F
Complementary color
Monochromatic Colors of #231A8F
Black with #231A8F
Text Example
Text Example
White with #231A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A8F; }
p { color: rgb(35,26,143); }
H1.HeaderClassName
{
color: #231A8F;
}
.AnyTagClassName
{
color: #231A8F;
}
</style>
background-color css
<style>
a { background-color: #231A8F; }
a { background-color: rgb(35,26,143); }
div.DivClassName
{
background-color: #231A8F;
}
.BgClassName
{
background-color: #231A8F;
}
</style>
border-color css
<style>
span { border-color: #231A8F; }
span { border-color: rgb(35,26,143); }
td.TdClassName
{
border-color: #231A8F;
}
.TagClassName
{
border-color: #231A8F;
}
</style>