Shades of Ultramarine #23038A
Tints of Ultramarine #23038A
RGB
CMYK
RGB Variations
Color information
#23038A (or 0x23038A) is known color: Ultramarine. HEX triplet: 23, 03 and 8A. RGB value is (35,3,138). Sum of RGB (Red+Green+Blue) = 35+3+138=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 138 (54.30% from 255 or 78.41% from 176); Max value from RGB is 138 - color contains mainly: blue. Hex color #23038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23038A is #DCFC75. Grayscale: #1B1B1B. Windows color (decimal): -14482550 or 9044771. OLE color: 9044771.
HSL color Cylindrical-coordinate representation of color #23038A: hue angle of 254.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #23038A is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 3 | 138 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.46 |
| HSL | 254.22º | 0.96% | 0.28% | - |
| HSV(B) | 254.22º | 0.98% | 0.54% | - |
| XYZ | 5.31 | 2.26 | 24.2 | - |
| YUV | 27.96 | 190.1 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 138 | 0.75 | 0.98 | 0 | 0.46 | 254.22 | 0.96 | 0.28 |
| Hex | 23 | 3 | 8A | 4B | 62 | 0 | 2E | FE | 60 | 1C |
| Octal | 43 | 3 | 212 | 113 | 142 | 0 | 56 | 376 | 140 | 34 |
| Binary | 100011 | 11 | 10001010 | 1001011 | 1100010 | 0 | 101110 | 11111110 | 1100000 | 11100 |
Color Harmonies of #23038A
Complementary color
Monochromatic Colors of #23038A
Black with #23038A
Text Example
Text Example
White with #23038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23038A; }
p { color: rgb(35,3,138); }
H1.HeaderClassName
{
color: #23038A;
}
.AnyTagClassName
{
color: #23038A;
}
</style>
background-color css
<style>
a { background-color: #23038A; }
a { background-color: rgb(35,3,138); }
div.DivClassName
{
background-color: #23038A;
}
.BgClassName
{
background-color: #23038A;
}
</style>
border-color css
<style>
span { border-color: #23038A; }
span { border-color: rgb(35,3,138); }
td.TdClassName
{
border-color: #23038A;
}
.TagClassName
{
border-color: #23038A;
}
</style>