Shades of Ultramarine #230E9C
Tints of Ultramarine #230E9C
RGB
CMYK
RGB Variations
Color information
#230E9C (or 0x230E9C) is known color: Ultramarine. HEX triplet: 23, 0E and 9C. RGB value is (35,14,156). Sum of RGB (Red+Green+Blue) = 35+14+156=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 156 (61.33% from 255 or 76.10% from 205); Max value from RGB is 156 - color contains mainly: blue. Hex color #230E9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230E9C is #DCF163. Grayscale: #232323. Windows color (decimal): -14479716 or 10227235. OLE color: 10227235.
HSL color Cylindrical-coordinate representation of color #230E9C: hue angle of 248.87º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230E9C is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 14 | 156 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.39 |
| HSL | 248.87º | 0.84% | 0.33% | - |
| HSV(B) | 248.87º | 0.91% | 0.61% | - |
| XYZ | 6.85 | 3.07 | 31.68 | - |
| YUV | 36.47 | 195.46 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 14 | 156 | 0.78 | 0.91 | 0 | 0.39 | 248.87 | 0.84 | 0.33 |
| Hex | 23 | E | 9C | 4E | 5B | 0 | 27 | F9 | 54 | 21 |
| Octal | 43 | 16 | 234 | 116 | 133 | 0 | 47 | 371 | 124 | 41 |
| Binary | 100011 | 1110 | 10011100 | 1001110 | 1011011 | 0 | 100111 | 11111001 | 1010100 | 100001 |
Color Harmonies of #230E9C
Complementary color
Monochromatic Colors of #230E9C
Black with #230E9C
Text Example
Text Example
White with #230E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230E9C; }
p { color: rgb(35,14,156); }
H1.HeaderClassName
{
color: #230E9C;
}
.AnyTagClassName
{
color: #230E9C;
}
</style>
background-color css
<style>
a { background-color: #230E9C; }
a { background-color: rgb(35,14,156); }
div.DivClassName
{
background-color: #230E9C;
}
.BgClassName
{
background-color: #230E9C;
}
</style>
border-color css
<style>
span { border-color: #230E9C; }
span { border-color: rgb(35,14,156); }
td.TdClassName
{
border-color: #230E9C;
}
.TagClassName
{
border-color: #230E9C;
}
</style>