Shades of Ultramarine #23039B
Tints of Ultramarine #23039B
RGB
CMYK
RGB Variations
Color information
#23039B (or 0x23039B) is known color: Ultramarine. HEX triplet: 23, 03 and 9B. RGB value is (35,3,155). Sum of RGB (Red+Green+Blue) = 35+3+155=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 155 (60.94% from 255 or 80.31% from 193); Max value from RGB is 155 - color contains mainly: blue. Hex color #23039B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23039B is #DCFC64. Grayscale: #1D1D1D. Windows color (decimal): -14482533 or 10158883. OLE color: 10158883.
HSL color Cylindrical-coordinate representation of color #23039B: hue angle of 252.63º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #23039B is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 3 | 155 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.39 |
| HSL | 252.63º | 0.96% | 0.31% | - |
| HSV(B) | 252.63º | 0.98% | 0.61% | - |
| XYZ | 6.64 | 2.79 | 31.2 | - |
| YUV | 29.9 | 198.6 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 155 | 0.77 | 0.98 | 0 | 0.39 | 252.63 | 0.96 | 0.31 |
| Hex | 23 | 3 | 9B | 4D | 62 | 0 | 27 | FD | 60 | 1F |
| Octal | 43 | 3 | 233 | 115 | 142 | 0 | 47 | 375 | 140 | 37 |
| Binary | 100011 | 11 | 10011011 | 1001101 | 1100010 | 0 | 100111 | 11111101 | 1100000 | 11111 |
Color Harmonies of #23039B
Complementary color
Monochromatic Colors of #23039B
Black with #23039B
Text Example
Text Example
White with #23039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23039B; }
p { color: rgb(35,3,155); }
H1.HeaderClassName
{
color: #23039B;
}
.AnyTagClassName
{
color: #23039B;
}
</style>
background-color css
<style>
a { background-color: #23039B; }
a { background-color: rgb(35,3,155); }
div.DivClassName
{
background-color: #23039B;
}
.BgClassName
{
background-color: #23039B;
}
</style>
border-color css
<style>
span { border-color: #23039B; }
span { border-color: rgb(35,3,155); }
td.TdClassName
{
border-color: #23039B;
}
.TagClassName
{
border-color: #23039B;
}
</style>