Shades of Ultramarine #23168C
Tints of Ultramarine #23168C
RGB
CMYK
RGB Variations
Color information
#23168C (or 0x23168C) is known color: Ultramarine. HEX triplet: 23, 16 and 8C. RGB value is (35,22,140). Sum of RGB (Red+Green+Blue) = 35+22+140=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 140 (55.08% from 255 or 71.07% from 197); Max value from RGB is 140 - color contains mainly: blue. Hex color #23168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23168C is #DCE973. Grayscale: #262626. Windows color (decimal): -14477684 or 9180707. OLE color: 9180707.
HSL color Cylindrical-coordinate representation of color #23168C: hue angle of 246.61º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23168C is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 22 | 140 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.45 |
| HSL | 246.61º | 0.73% | 0.32% | - |
| HSV(B) | 246.61º | 0.84% | 0.55% | - |
| XYZ | 5.71 | 2.82 | 25.06 | - |
| YUV | 39.34 | 184.81 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 140 | 0.75 | 0.84 | 0 | 0.45 | 246.61 | 0.73 | 0.32 |
| Hex | 23 | 16 | 8C | 4B | 54 | 0 | 2D | F7 | 49 | 20 |
| Octal | 43 | 26 | 214 | 113 | 124 | 0 | 55 | 367 | 111 | 40 |
| Binary | 100011 | 10110 | 10001100 | 1001011 | 1010100 | 0 | 101101 | 11110111 | 1001001 | 100000 |
Color Harmonies of #23168C
Complementary color
Monochromatic Colors of #23168C
Black with #23168C
Text Example
Text Example
White with #23168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23168C; }
p { color: rgb(35,22,140); }
H1.HeaderClassName
{
color: #23168C;
}
.AnyTagClassName
{
color: #23168C;
}
</style>
background-color css
<style>
a { background-color: #23168C; }
a { background-color: rgb(35,22,140); }
div.DivClassName
{
background-color: #23168C;
}
.BgClassName
{
background-color: #23168C;
}
</style>
border-color css
<style>
span { border-color: #23168C; }
span { border-color: rgb(35,22,140); }
td.TdClassName
{
border-color: #23168C;
}
.TagClassName
{
border-color: #23168C;
}
</style>