Shades of Ultramarine #1308A4
Tints of Ultramarine #1308A4
RGB
CMYK
RGB Variations
Color information
#1308A4 (or 0x1308A4) is known color: Ultramarine. HEX triplet: 13, 08 and A4. RGB value is (19,8,164). Sum of RGB (Red+Green+Blue) = 19+8+164=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 164 (64.45% from 255 or 85.86% from 191); Max value from RGB is 164 - color contains mainly: blue. Hex color #1308A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1308A4 is #ECF75B. Grayscale: #1C1C1C. Windows color (decimal): -15529820 or 10749971. OLE color: 10749971.
HSL color Cylindrical-coordinate representation of color #1308A4: hue angle of 244.23º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1308A4 is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 8 | 164 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.36 |
| HSL | 244.23º | 0.91% | 0.34% | - |
| HSV(B) | 244.23º | 0.95% | 0.64% | - |
| XYZ | 7.06 | 2.99 | 35.33 | - |
| YUV | 29.07 | 204.14 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 164 | 0.88 | 0.95 | 0 | 0.36 | 244.23 | 0.91 | 0.34 |
| Hex | 13 | 8 | A4 | 58 | 5F | 0 | 24 | F4 | 5B | 22 |
| Octal | 23 | 10 | 244 | 130 | 137 | 0 | 44 | 364 | 133 | 42 |
| Binary | 10011 | 1000 | 10100100 | 1011000 | 1011111 | 0 | 100100 | 11110100 | 1011011 | 100010 |
Color Harmonies of #1308A4
Complementary color
Monochromatic Colors of #1308A4
Black with #1308A4
Text Example
Text Example
White with #1308A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1308A4; }
p { color: rgb(19,8,164); }
H1.HeaderClassName
{
color: #1308A4;
}
.AnyTagClassName
{
color: #1308A4;
}
</style>
background-color css
<style>
a { background-color: #1308A4; }
a { background-color: rgb(19,8,164); }
div.DivClassName
{
background-color: #1308A4;
}
.BgClassName
{
background-color: #1308A4;
}
</style>
border-color css
<style>
span { border-color: #1308A4; }
span { border-color: rgb(19,8,164); }
td.TdClassName
{
border-color: #1308A4;
}
.TagClassName
{
border-color: #1308A4;
}
</style>