Shades of Ultramarine #270AB8
Tints of Ultramarine #270AB8
RGB
CMYK
RGB Variations
Color information
#270AB8 (or 0x270AB8) is known color: Ultramarine. HEX triplet: 27, 0A and B8. RGB value is (39,10,184). Sum of RGB (Red+Green+Blue) = 39+10+184=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 184 (72.27% from 255 or 78.97% from 233); Max value from RGB is 184 - color contains mainly: blue. Hex color #270AB8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270AB8 is #D8F547. Grayscale: #252525. Windows color (decimal): -14218568 or 12061223. OLE color: 12061223.
HSL color Cylindrical-coordinate representation of color #270AB8: hue angle of 250º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270AB8 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 10 | 184 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.28 |
| HSL | 250º | 0.9% | 0.38% | - |
| HSV(B) | 250º | 0.95% | 0.72% | - |
| XYZ | 9.6 | 4.11 | 45.63 | - |
| YUV | 38.51 | 210.11 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 184 | 0.79 | 0.95 | 0 | 0.28 | 250 | 0.9 | 0.38 |
| Hex | 27 | A | B8 | 4F | 5F | 0 | 1C | FA | 5A | 26 |
| Octal | 47 | 12 | 270 | 117 | 137 | 0 | 34 | 372 | 132 | 46 |
| Binary | 100111 | 1010 | 10111000 | 1001111 | 1011111 | 0 | 11100 | 11111010 | 1011010 | 100110 |
Color Harmonies of #270AB8
Complementary color
Monochromatic Colors of #270AB8
Black with #270AB8
Text Example
Text Example
White with #270AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270AB8; }
p { color: rgb(39,10,184); }
H1.HeaderClassName
{
color: #270AB8;
}
.AnyTagClassName
{
color: #270AB8;
}
</style>
background-color css
<style>
a { background-color: #270AB8; }
a { background-color: rgb(39,10,184); }
div.DivClassName
{
background-color: #270AB8;
}
.BgClassName
{
background-color: #270AB8;
}
</style>
border-color css
<style>
span { border-color: #270AB8; }
span { border-color: rgb(39,10,184); }
td.TdClassName
{
border-color: #270AB8;
}
.TagClassName
{
border-color: #270AB8;
}
</style>