Shades of Ultramarine #2609AD
Tints of Ultramarine #2609AD
RGB
CMYK
RGB Variations
Color information
#2609AD (or 0x2609AD) is known color: Ultramarine. HEX triplet: 26, 09 and AD. RGB value is (38,9,173). Sum of RGB (Red+Green+Blue) = 38+9+173=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 173 (67.97% from 255 or 78.64% from 220); Max value from RGB is 173 - color contains mainly: blue. Hex color #2609AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2609AD is #D9F652. Grayscale: #232323. Windows color (decimal): -14284371 or 11340070. OLE color: 11340070.
HSL color Cylindrical-coordinate representation of color #2609AD: hue angle of 250.61º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2609AD is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 9 | 173 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.32 |
| HSL | 250.61º | 0.9% | 0.36% | - |
| HSV(B) | 250.61º | 0.95% | 0.68% | - |
| XYZ | 8.44 | 3.62 | 39.79 | - |
| YUV | 36.37 | 205.11 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 173 | 0.78 | 0.95 | 0 | 0.32 | 250.61 | 0.9 | 0.36 |
| Hex | 26 | 9 | AD | 4E | 5F | 0 | 20 | FB | 5A | 24 |
| Octal | 46 | 11 | 255 | 116 | 137 | 0 | 40 | 373 | 132 | 44 |
| Binary | 100110 | 1001 | 10101101 | 1001110 | 1011111 | 0 | 100000 | 11111011 | 1011010 | 100100 |
Color Harmonies of #2609AD
Complementary color
Monochromatic Colors of #2609AD
Black with #2609AD
Text Example
Text Example
White with #2609AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2609AD; }
p { color: rgb(38,9,173); }
H1.HeaderClassName
{
color: #2609AD;
}
.AnyTagClassName
{
color: #2609AD;
}
</style>
background-color css
<style>
a { background-color: #2609AD; }
a { background-color: rgb(38,9,173); }
div.DivClassName
{
background-color: #2609AD;
}
.BgClassName
{
background-color: #2609AD;
}
</style>
border-color css
<style>
span { border-color: #2609AD; }
span { border-color: rgb(38,9,173); }
td.TdClassName
{
border-color: #2609AD;
}
.TagClassName
{
border-color: #2609AD;
}
</style>