Shades of Ultramarine #23178C
Tints of Ultramarine #23178C
RGB
CMYK
RGB Variations
Color information
#23178C (or 0x23178C) is known color: Ultramarine. HEX triplet: 23, 17 and 8C. RGB value is (35,23,140). Sum of RGB (Red+Green+Blue) = 35+23+140=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 140 (55.08% from 255 or 70.71% from 198); Max value from RGB is 140 - color contains mainly: blue. Hex color #23178C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #23178C is #DCE873. Grayscale: #272727. Windows color (decimal): -14477428 or 9180963. OLE color: 9180963.
HSL color Cylindrical-coordinate representation of color #23178C: hue angle of 246.15º degrees, saturation: 0.72, 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 #23178C is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 23 | 140 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.45 |
| HSL | 246.15º | 0.72% | 0.32% | - |
| HSV(B) | 246.15º | 0.84% | 0.55% | - |
| XYZ | 5.73 | 2.86 | 25.06 | - |
| YUV | 39.93 | 184.48 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 140 | 0.75 | 0.84 | 0 | 0.45 | 246.15 | 0.72 | 0.32 |
| Hex | 23 | 17 | 8C | 4B | 54 | 0 | 2D | F6 | 48 | 20 |
| Octal | 43 | 27 | 214 | 113 | 124 | 0 | 55 | 366 | 110 | 40 |
| Binary | 100011 | 10111 | 10001100 | 1001011 | 1010100 | 0 | 101101 | 11110110 | 1001000 | 100000 |
Color Harmonies of #23178C
Complementary color
Monochromatic Colors of #23178C
Black with #23178C
Text Example
Text Example
White with #23178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23178C; }
p { color: rgb(35,23,140); }
H1.HeaderClassName
{
color: #23178C;
}
.AnyTagClassName
{
color: #23178C;
}
</style>
background-color css
<style>
a { background-color: #23178C; }
a { background-color: rgb(35,23,140); }
div.DivClassName
{
background-color: #23178C;
}
.BgClassName
{
background-color: #23178C;
}
</style>
border-color css
<style>
span { border-color: #23178C; }
span { border-color: rgb(35,23,140); }
td.TdClassName
{
border-color: #23178C;
}
.TagClassName
{
border-color: #23178C;
}
</style>