Shades of Ultramarine #2314A5
Tints of Ultramarine #2314A5
RGB
CMYK
RGB Variations
Color information
#2314A5 (or 0x2314A5) is known color: Ultramarine. HEX triplet: 23, 14 and A5. RGB value is (35,20,165). Sum of RGB (Red+Green+Blue) = 35+20+165=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 165 (64.84% from 255 or 75% from 220); Max value from RGB is 165 - color contains mainly: blue. Hex color #2314A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2314A5 is #DCEB5A. Grayscale: #282828. Windows color (decimal): -14478171 or 10818595. OLE color: 10818595.
HSL color Cylindrical-coordinate representation of color #2314A5: hue angle of 246.21º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2314A5 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 35 | 20 | 165 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.35 |
| HSL | 246.21º | 0.78% | 0.36% | - |
| HSV(B) | 246.21º | 0.88% | 0.65% | - |
| XYZ | 7.73 | 3.57 | 35.88 | - |
| YUV | 41.02 | 197.97 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 165 | 0.79 | 0.88 | 0 | 0.35 | 246.21 | 0.78 | 0.36 |
| Hex | 23 | 14 | A5 | 4F | 58 | 0 | 23 | F6 | 4E | 24 |
| Octal | 43 | 24 | 245 | 117 | 130 | 0 | 43 | 366 | 116 | 44 |
| Binary | 100011 | 10100 | 10100101 | 1001111 | 1011000 | 0 | 100011 | 11110110 | 1001110 | 100100 |
Color Harmonies of #2314A5
Complementary color
Monochromatic Colors of #2314A5
Black with #2314A5
Text Example
Text Example
White with #2314A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2314A5; }
p { color: rgb(35,20,165); }
H1.HeaderClassName
{
color: #2314A5;
}
.AnyTagClassName
{
color: #2314A5;
}
</style>
background-color css
<style>
a { background-color: #2314A5; }
a { background-color: rgb(35,20,165); }
div.DivClassName
{
background-color: #2314A5;
}
.BgClassName
{
background-color: #2314A5;
}
</style>
border-color css
<style>
span { border-color: #2314A5; }
span { border-color: rgb(35,20,165); }
td.TdClassName
{
border-color: #2314A5;
}
.TagClassName
{
border-color: #2314A5;
}
</style>