Shades of Ultramarine #230FAC
Tints of Ultramarine #230FAC
RGB
CMYK
RGB Variations
Color information
#230FAC (or 0x230FAC) is known color: Ultramarine. HEX triplet: 23, 0F and AC. RGB value is (35,15,172). Sum of RGB (Red+Green+Blue) = 35+15+172=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 172 (67.58% from 255 or 77.48% from 222); Max value from RGB is 172 - color contains mainly: blue. Hex color #230FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230FAC is #DCF053. Grayscale: #262626. Windows color (decimal): -14479444 or 11276067. OLE color: 11276067.
HSL color Cylindrical-coordinate representation of color #230FAC: hue angle of 247.64º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230FAC is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 15 | 172 | - |
| CMYK | 0.80 | 0.91 | 0 | 0.33 |
| HSL | 247.64º | 0.84% | 0.37% | - |
| HSV(B) | 247.64º | 0.91% | 0.67% | - |
| XYZ | 8.31 | 3.68 | 39.3 | - |
| YUV | 38.88 | 203.13 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 15 | 172 | 0.80 | 0.91 | 0 | 0.33 | 247.64 | 0.84 | 0.37 |
| Hex | 23 | F | AC | 50 | 5B | 0 | 21 | F8 | 54 | 25 |
| Octal | 43 | 17 | 254 | 120 | 133 | 0 | 41 | 370 | 124 | 45 |
| Binary | 100011 | 1111 | 10101100 | 1010000 | 1011011 | 0 | 100001 | 11111000 | 1010100 | 100101 |
Color Harmonies of #230FAC
Complementary color
Monochromatic Colors of #230FAC
Black with #230FAC
Text Example
Text Example
White with #230FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230FAC; }
p { color: rgb(35,15,172); }
H1.HeaderClassName
{
color: #230FAC;
}
.AnyTagClassName
{
color: #230FAC;
}
</style>
background-color css
<style>
a { background-color: #230FAC; }
a { background-color: rgb(35,15,172); }
div.DivClassName
{
background-color: #230FAC;
}
.BgClassName
{
background-color: #230FAC;
}
</style>
border-color css
<style>
span { border-color: #230FAC; }
span { border-color: rgb(35,15,172); }
td.TdClassName
{
border-color: #230FAC;
}
.TagClassName
{
border-color: #230FAC;
}
</style>