Shades of Ultramarine #151B9C
Tints of Ultramarine #151B9C
RGB
CMYK
RGB Variations
Color information
#151B9C (or 0x151B9C) is known color: Ultramarine. HEX triplet: 15, 1B and 9C. RGB value is (21,27,156). Sum of RGB (Red+Green+Blue) = 21+27+156=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 156 (61.33% from 255 or 76.47% from 204); Max value from RGB is 156 - color contains mainly: blue. Hex color #151B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151B9C is #EAE463. Grayscale: #272727. Windows color (decimal): -15393892 or 10230549. OLE color: 10230549.
HSL color Cylindrical-coordinate representation of color #151B9C: hue angle of 237.33º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #151B9C is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 27 | 156 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.39 |
| HSL | 237.33º | 0.76% | 0.35% | - |
| HSV(B) | 237.33º | 0.87% | 0.61% | - |
| XYZ | 6.7 | 3.34 | 31.74 | - |
| YUV | 39.91 | 193.51 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 156 | 0.87 | 0.83 | 0 | 0.39 | 237.33 | 0.76 | 0.35 |
| Hex | 15 | 1B | 9C | 57 | 53 | 0 | 27 | ED | 4C | 23 |
| Octal | 25 | 33 | 234 | 127 | 123 | 0 | 47 | 355 | 114 | 43 |
| Binary | 10101 | 11011 | 10011100 | 1010111 | 1010011 | 0 | 100111 | 11101101 | 1001100 | 100011 |
Color Harmonies of #151B9C
Complementary color
Monochromatic Colors of #151B9C
Black with #151B9C
Text Example
Text Example
White with #151B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151B9C; }
p { color: rgb(21,27,156); }
H1.HeaderClassName
{
color: #151B9C;
}
.AnyTagClassName
{
color: #151B9C;
}
</style>
background-color css
<style>
a { background-color: #151B9C; }
a { background-color: rgb(21,27,156); }
div.DivClassName
{
background-color: #151B9C;
}
.BgClassName
{
background-color: #151B9C;
}
</style>
border-color css
<style>
span { border-color: #151B9C; }
span { border-color: rgb(21,27,156); }
td.TdClassName
{
border-color: #151B9C;
}
.TagClassName
{
border-color: #151B9C;
}
</style>