Shades of Ultramarine #28069A
Tints of Ultramarine #28069A
RGB
CMYK
RGB Variations
Color information
#28069A (or 0x28069A) is known color: Ultramarine. HEX triplet: 28, 06 and 9A. RGB value is (40,6,154). Sum of RGB (Red+Green+Blue) = 40+6+154=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 154 (60.55% from 255 or 77% from 200); Max value from RGB is 154 - color contains mainly: blue. Hex color #28069A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28069A is #D7F965. Grayscale: #202020. Windows color (decimal): -14154086 or 10094120. OLE color: 10094120.
HSL color Cylindrical-coordinate representation of color #28069A: hue angle of 253.78º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28069A is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 6 | 154 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.40 |
| HSL | 253.78º | 0.93% | 0.31% | - |
| HSV(B) | 253.78º | 0.96% | 0.6% | - |
| XYZ | 6.77 | 2.91 | 30.78 | - |
| YUV | 33.04 | 196.26 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 154 | 0.74 | 0.96 | 0 | 0.40 | 253.78 | 0.93 | 0.31 |
| Hex | 28 | 6 | 9A | 4A | 60 | 0 | 28 | FE | 5C | 1F |
| Octal | 50 | 6 | 232 | 112 | 140 | 0 | 50 | 376 | 134 | 37 |
| Binary | 101000 | 110 | 10011010 | 1001010 | 1100000 | 0 | 101000 | 11111110 | 1011100 | 11111 |
Color Harmonies of #28069A
Complementary color
Monochromatic Colors of #28069A
Black with #28069A
Text Example
Text Example
White with #28069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28069A; }
p { color: rgb(40,6,154); }
H1.HeaderClassName
{
color: #28069A;
}
.AnyTagClassName
{
color: #28069A;
}
</style>
background-color css
<style>
a { background-color: #28069A; }
a { background-color: rgb(40,6,154); }
div.DivClassName
{
background-color: #28069A;
}
.BgClassName
{
background-color: #28069A;
}
</style>
border-color css
<style>
span { border-color: #28069A; }
span { border-color: rgb(40,6,154); }
td.TdClassName
{
border-color: #28069A;
}
.TagClassName
{
border-color: #28069A;
}
</style>