Shades of Ultramarine #26038D
Tints of Ultramarine #26038D
RGB
CMYK
RGB Variations
Color information
#26038D (or 0x26038D) is known color: Ultramarine. HEX triplet: 26, 03 and 8D. RGB value is (38,3,141). Sum of RGB (Red+Green+Blue) = 38+3+141=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 141 (55.47% from 255 or 77.47% from 182); Max value from RGB is 141 - color contains mainly: blue. Hex color #26038D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26038D is #D9FC72. Grayscale: #1C1C1C. Windows color (decimal): -14285939 or 9241382. OLE color: 9241382.
HSL color Cylindrical-coordinate representation of color #26038D: hue angle of 255.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #26038D is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 3 | 141 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.45 |
| HSL | 255.22º | 0.96% | 0.28% | - |
| HSV(B) | 255.22º | 0.98% | 0.55% | - |
| XYZ | 5.64 | 2.4 | 25.37 | - |
| YUV | 29.2 | 191.1 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 141 | 0.73 | 0.98 | 0 | 0.45 | 255.22 | 0.96 | 0.28 |
| Hex | 26 | 3 | 8D | 49 | 62 | 0 | 2D | FF | 60 | 1C |
| Octal | 46 | 3 | 215 | 111 | 142 | 0 | 55 | 377 | 140 | 34 |
| Binary | 100110 | 11 | 10001101 | 1001001 | 1100010 | 0 | 101101 | 11111111 | 1100000 | 11100 |
Color Harmonies of #26038D
Complementary color
Monochromatic Colors of #26038D
Black with #26038D
Text Example
Text Example
White with #26038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26038D; }
p { color: rgb(38,3,141); }
H1.HeaderClassName
{
color: #26038D;
}
.AnyTagClassName
{
color: #26038D;
}
</style>
background-color css
<style>
a { background-color: #26038D; }
a { background-color: rgb(38,3,141); }
div.DivClassName
{
background-color: #26038D;
}
.BgClassName
{
background-color: #26038D;
}
</style>
border-color css
<style>
span { border-color: #26038D; }
span { border-color: rgb(38,3,141); }
td.TdClassName
{
border-color: #26038D;
}
.TagClassName
{
border-color: #26038D;
}
</style>