Shades of Ultramarine #23158B
Tints of Ultramarine #23158B
RGB
CMYK
RGB Variations
Color information
#23158B (or 0x23158B) is known color: Ultramarine. HEX triplet: 23, 15 and 8B. RGB value is (35,21,139). Sum of RGB (Red+Green+Blue) = 35+21+139=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 139 (54.69% from 255 or 71.28% from 195); Max value from RGB is 139 - color contains mainly: blue. Hex color #23158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23158B is #DCEA74. Grayscale: #262626. Windows color (decimal): -14477941 or 9114915. OLE color: 9114915.
HSL color Cylindrical-coordinate representation of color #23158B: hue angle of 247.12º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23158B is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 21 | 139 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.45 |
| HSL | 247.12º | 0.74% | 0.31% | - |
| HSV(B) | 247.12º | 0.85% | 0.55% | - |
| XYZ | 5.62 | 2.76 | 24.66 | - |
| YUV | 38.64 | 184.64 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 139 | 0.75 | 0.85 | 0 | 0.45 | 247.12 | 0.74 | 0.31 |
| Hex | 23 | 15 | 8B | 4B | 55 | 0 | 2D | F7 | 4A | 1F |
| Octal | 43 | 25 | 213 | 113 | 125 | 0 | 55 | 367 | 112 | 37 |
| Binary | 100011 | 10101 | 10001011 | 1001011 | 1010101 | 0 | 101101 | 11110111 | 1001010 | 11111 |
Color Harmonies of #23158B
Complementary color
Monochromatic Colors of #23158B
Black with #23158B
Text Example
Text Example
White with #23158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23158B; }
p { color: rgb(35,21,139); }
H1.HeaderClassName
{
color: #23158B;
}
.AnyTagClassName
{
color: #23158B;
}
</style>
background-color css
<style>
a { background-color: #23158B; }
a { background-color: rgb(35,21,139); }
div.DivClassName
{
background-color: #23158B;
}
.BgClassName
{
background-color: #23158B;
}
</style>
border-color css
<style>
span { border-color: #23158B; }
span { border-color: rgb(35,21,139); }
td.TdClassName
{
border-color: #23158B;
}
.TagClassName
{
border-color: #23158B;
}
</style>