Shades of Ultramarine #2305AB
Tints of Ultramarine #2305AB
RGB
CMYK
RGB Variations
Color information
#2305AB (or 0x2305AB) is known color: Ultramarine. HEX triplet: 23, 05 and AB. RGB value is (35,5,171). Sum of RGB (Red+Green+Blue) = 35+5+171=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 171 (67.19% from 255 or 81.04% from 211); Max value from RGB is 171 - color contains mainly: blue. Hex color #2305AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2305AB is #DCFA54. Grayscale: #202020. Windows color (decimal): -14482005 or 11207971. OLE color: 11207971.
HSL color Cylindrical-coordinate representation of color #2305AB: hue angle of 250.84º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2305AB is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 5 | 171 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.33 |
| HSL | 250.84º | 0.94% | 0.35% | - |
| HSV(B) | 250.84º | 0.97% | 0.67% | - |
| XYZ | 8.1 | 3.41 | 38.76 | - |
| YUV | 32.89 | 205.94 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 171 | 0.80 | 0.97 | 0 | 0.33 | 250.84 | 0.94 | 0.35 |
| Hex | 23 | 5 | AB | 50 | 61 | 0 | 21 | FB | 5E | 23 |
| Octal | 43 | 5 | 253 | 120 | 141 | 0 | 41 | 373 | 136 | 43 |
| Binary | 100011 | 101 | 10101011 | 1010000 | 1100001 | 0 | 100001 | 11111011 | 1011110 | 100011 |
Color Harmonies of #2305AB
Complementary color
Monochromatic Colors of #2305AB
Black with #2305AB
Text Example
Text Example
White with #2305AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2305AB; }
p { color: rgb(35,5,171); }
H1.HeaderClassName
{
color: #2305AB;
}
.AnyTagClassName
{
color: #2305AB;
}
</style>
background-color css
<style>
a { background-color: #2305AB; }
a { background-color: rgb(35,5,171); }
div.DivClassName
{
background-color: #2305AB;
}
.BgClassName
{
background-color: #2305AB;
}
</style>
border-color css
<style>
span { border-color: #2305AB; }
span { border-color: rgb(35,5,171); }
td.TdClassName
{
border-color: #2305AB;
}
.TagClassName
{
border-color: #2305AB;
}
</style>