Shades of Ultramarine #23149A
Tints of Ultramarine #23149A
RGB
CMYK
RGB Variations
Color information
#23149A (or 0x23149A) is known color: Ultramarine. HEX triplet: 23, 14 and 9A. RGB value is (35,20,154). Sum of RGB (Red+Green+Blue) = 35+20+154=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 154 (60.55% from 255 or 73.68% from 209); Max value from RGB is 154 - color contains mainly: blue. Hex color #23149A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23149A is #DCEB65. Grayscale: #272727. Windows color (decimal): -14478182 or 10097699. OLE color: 10097699.
HSL color Cylindrical-coordinate representation of color #23149A: hue angle of 246.72º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #23149A is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 20 | 154 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.40 |
| HSL | 246.72º | 0.77% | 0.34% | - |
| HSV(B) | 246.72º | 0.87% | 0.6% | - |
| XYZ | 6.78 | 3.19 | 30.83 | - |
| YUV | 39.76 | 192.47 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 154 | 0.77 | 0.87 | 0 | 0.40 | 246.72 | 0.77 | 0.34 |
| Hex | 23 | 14 | 9A | 4D | 57 | 0 | 28 | F7 | 4D | 22 |
| Octal | 43 | 24 | 232 | 115 | 127 | 0 | 50 | 367 | 115 | 42 |
| Binary | 100011 | 10100 | 10011010 | 1001101 | 1010111 | 0 | 101000 | 11110111 | 1001101 | 100010 |
Color Harmonies of #23149A
Complementary color
Monochromatic Colors of #23149A
Black with #23149A
Text Example
Text Example
White with #23149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23149A; }
p { color: rgb(35,20,154); }
H1.HeaderClassName
{
color: #23149A;
}
.AnyTagClassName
{
color: #23149A;
}
</style>
background-color css
<style>
a { background-color: #23149A; }
a { background-color: rgb(35,20,154); }
div.DivClassName
{
background-color: #23149A;
}
.BgClassName
{
background-color: #23149A;
}
</style>
border-color css
<style>
span { border-color: #23149A; }
span { border-color: rgb(35,20,154); }
td.TdClassName
{
border-color: #23149A;
}
.TagClassName
{
border-color: #23149A;
}
</style>