Shades of Ultramarine #27249B
Tints of Ultramarine #27249B
RGB
CMYK
RGB Variations
Color information
#27249B (or 0x27249B) is known color: Ultramarine. HEX triplet: 27, 24 and 9B. RGB value is (39,36,155). Sum of RGB (Red+Green+Blue) = 39+36+155=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #27249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27249B is #D8DB64. Grayscale: #313131. Windows color (decimal): -14211941 or 10167335. OLE color: 10167335.
HSL color Cylindrical-coordinate representation of color #27249B: hue angle of 241.51º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27249B is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 36 | 155 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.39 |
| HSL | 241.51º | 0.62% | 0.37% | - |
| HSV(B) | 241.51º | 0.77% | 0.61% | - |
| XYZ | 7.38 | 4.06 | 31.4 | - |
| YUV | 50.46 | 186.99 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 36 | 155 | 0.75 | 0.77 | 0 | 0.39 | 241.51 | 0.62 | 0.37 |
| Hex | 27 | 24 | 9B | 4B | 4D | 0 | 27 | F2 | 3E | 25 |
| Octal | 47 | 44 | 233 | 113 | 115 | 0 | 47 | 362 | 76 | 45 |
| Binary | 100111 | 100100 | 10011011 | 1001011 | 1001101 | 0 | 100111 | 11110010 | 111110 | 100101 |
Color Harmonies of #27249B
Complementary color
Monochromatic Colors of #27249B
Black with #27249B
Text Example
Text Example
White with #27249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27249B; }
p { color: rgb(39,36,155); }
H1.HeaderClassName
{
color: #27249B;
}
.AnyTagClassName
{
color: #27249B;
}
</style>
background-color css
<style>
a { background-color: #27249B; }
a { background-color: rgb(39,36,155); }
div.DivClassName
{
background-color: #27249B;
}
.BgClassName
{
background-color: #27249B;
}
</style>
border-color css
<style>
span { border-color: #27249B; }
span { border-color: rgb(39,36,155); }
td.TdClassName
{
border-color: #27249B;
}
.TagClassName
{
border-color: #27249B;
}
</style>