Shades of Ultramarine #2318AD
Tints of Ultramarine #2318AD
RGB
CMYK
RGB Variations
Color information
#2318AD (or 0x2318AD) is known color: Ultramarine. HEX triplet: 23, 18 and AD. RGB value is (35,24,173). Sum of RGB (Red+Green+Blue) = 35+24+173=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #2318AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2318AD is #DCE752. Grayscale: #2B2B2B. Windows color (decimal): -14477139 or 11343907. OLE color: 11343907.
HSL color Cylindrical-coordinate representation of color #2318AD: hue angle of 244.43º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2318AD is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 24 | 173 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.32 |
| HSL | 244.43º | 0.76% | 0.39% | - |
| HSV(B) | 244.43º | 0.86% | 0.68% | - |
| XYZ | 8.56 | 4.03 | 39.86 | - |
| YUV | 44.28 | 200.64 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 24 | 173 | 0.80 | 0.86 | 0 | 0.32 | 244.43 | 0.76 | 0.39 |
| Hex | 23 | 18 | AD | 50 | 56 | 0 | 20 | F4 | 4C | 27 |
| Octal | 43 | 30 | 255 | 120 | 126 | 0 | 40 | 364 | 114 | 47 |
| Binary | 100011 | 11000 | 10101101 | 1010000 | 1010110 | 0 | 100000 | 11110100 | 1001100 | 100111 |
Color Harmonies of #2318AD
Complementary color
Monochromatic Colors of #2318AD
Black with #2318AD
Text Example
Text Example
White with #2318AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2318AD; }
p { color: rgb(35,24,173); }
H1.HeaderClassName
{
color: #2318AD;
}
.AnyTagClassName
{
color: #2318AD;
}
</style>
background-color css
<style>
a { background-color: #2318AD; }
a { background-color: rgb(35,24,173); }
div.DivClassName
{
background-color: #2318AD;
}
.BgClassName
{
background-color: #2318AD;
}
</style>
border-color css
<style>
span { border-color: #2318AD; }
span { border-color: rgb(35,24,173); }
td.TdClassName
{
border-color: #2318AD;
}
.TagClassName
{
border-color: #2318AD;
}
</style>