Shades of Ultramarine #261C94
Tints of Ultramarine #261C94
RGB
CMYK
RGB Variations
Color information
#261C94 (or 0x261C94) is known color: Ultramarine. HEX triplet: 26, 1C and 94. RGB value is (38,28,148). Sum of RGB (Red+Green+Blue) = 38+28+148=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 148 (58.20% from 255 or 69.16% from 214); Max value from RGB is 148 - color contains mainly: blue. Hex color #261C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261C94 is #D9E36B. Grayscale: #2C2C2C. Windows color (decimal): -14279532 or 9706534. OLE color: 9706534.
HSL color Cylindrical-coordinate representation of color #261C94: hue angle of 245º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #261C94 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 28 | 148 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.42 |
| HSL | 245º | 0.68% | 0.35% | - |
| HSV(B) | 245º | 0.81% | 0.58% | - |
| XYZ | 6.56 | 3.38 | 28.32 | - |
| YUV | 44.67 | 186.31 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 148 | 0.74 | 0.81 | 0 | 0.42 | 245 | 0.68 | 0.35 |
| Hex | 26 | 1C | 94 | 4A | 51 | 0 | 2A | F5 | 44 | 23 |
| Octal | 46 | 34 | 224 | 112 | 121 | 0 | 52 | 365 | 104 | 43 |
| Binary | 100110 | 11100 | 10010100 | 1001010 | 1010001 | 0 | 101010 | 11110101 | 1000100 | 100011 |
Color Harmonies of #261C94
Complementary color
Monochromatic Colors of #261C94
Black with #261C94
Text Example
Text Example
White with #261C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C94; }
p { color: rgb(38,28,148); }
H1.HeaderClassName
{
color: #261C94;
}
.AnyTagClassName
{
color: #261C94;
}
</style>
background-color css
<style>
a { background-color: #261C94; }
a { background-color: rgb(38,28,148); }
div.DivClassName
{
background-color: #261C94;
}
.BgClassName
{
background-color: #261C94;
}
</style>
border-color css
<style>
span { border-color: #261C94; }
span { border-color: rgb(38,28,148); }
td.TdClassName
{
border-color: #261C94;
}
.TagClassName
{
border-color: #261C94;
}
</style>