Shades of Ultramarine #23149D
Tints of Ultramarine #23149D
RGB
CMYK
RGB Variations
Color information
#23149D (or 0x23149D) is known color: Ultramarine. HEX triplet: 23, 14 and 9D. RGB value is (35,20,157). Sum of RGB (Red+Green+Blue) = 35+20+157=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #23149D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23149D is #DCEB62. Grayscale: #272727. Windows color (decimal): -14478179 or 10294307. OLE color: 10294307.
HSL color Cylindrical-coordinate representation of color #23149D: hue angle of 246.57º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #23149D is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 20 | 157 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.38 |
| HSL | 246.57º | 0.77% | 0.35% | - |
| HSV(B) | 246.57º | 0.87% | 0.62% | - |
| XYZ | 7.03 | 3.29 | 32.16 | - |
| YUV | 40.1 | 193.97 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 157 | 0.78 | 0.87 | 0 | 0.38 | 246.57 | 0.77 | 0.35 |
| Hex | 23 | 14 | 9D | 4E | 57 | 0 | 26 | F7 | 4D | 23 |
| Octal | 43 | 24 | 235 | 116 | 127 | 0 | 46 | 367 | 115 | 43 |
| Binary | 100011 | 10100 | 10011101 | 1001110 | 1010111 | 0 | 100110 | 11110111 | 1001101 | 100011 |
Color Harmonies of #23149D
Complementary color
Monochromatic Colors of #23149D
Black with #23149D
Text Example
Text Example
White with #23149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23149D; }
p { color: rgb(35,20,157); }
H1.HeaderClassName
{
color: #23149D;
}
.AnyTagClassName
{
color: #23149D;
}
</style>
background-color css
<style>
a { background-color: #23149D; }
a { background-color: rgb(35,20,157); }
div.DivClassName
{
background-color: #23149D;
}
.BgClassName
{
background-color: #23149D;
}
</style>
border-color css
<style>
span { border-color: #23149D; }
span { border-color: rgb(35,20,157); }
td.TdClassName
{
border-color: #23149D;
}
.TagClassName
{
border-color: #23149D;
}
</style>