Shades of Ultramarine #2301AF
Tints of Ultramarine #2301AF
RGB
CMYK
RGB Variations
Color information
#2301AF (or 0x2301AF) is known color: Ultramarine. HEX triplet: 23, 01 and AF. RGB value is (35,1,175). Sum of RGB (Red+Green+Blue) = 35+1+175=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 175 (68.75% from 255 or 82.94% from 211); Max value from RGB is 175 - color contains mainly: blue. Hex color #2301AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2301AF is #DCFE50. Grayscale: #1E1E1E. Windows color (decimal): -14483025 or 11469091. OLE color: 11469091.
HSL color Cylindrical-coordinate representation of color #2301AF: hue angle of 251.72º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2301AF is Cyan = 0.8, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 1 | 175 | - |
| CMYK | 0.8 | 0.99 | 0 | 0.31 |
| HSL | 251.72º | 0.99% | 0.35% | - |
| HSV(B) | 251.72º | 0.99% | 0.69% | - |
| XYZ | 8.44 | 3.47 | 40.78 | - |
| YUV | 31 | 209.26 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 175 | 0.8 | 0.99 | 0 | 0.31 | 251.72 | 0.99 | 0.35 |
| Hex | 23 | 1 | AF | 50 | 63 | 0 | 1F | FC | 63 | 23 |
| Octal | 43 | 1 | 257 | 120 | 143 | 0 | 37 | 374 | 143 | 43 |
| Binary | 100011 | 1 | 10101111 | 1010000 | 1100011 | 0 | 11111 | 11111100 | 1100011 | 100011 |
Color Harmonies of #2301AF
Complementary color
Monochromatic Colors of #2301AF
Black with #2301AF
Text Example
Text Example
White with #2301AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2301AF; }
p { color: rgb(35,1,175); }
H1.HeaderClassName
{
color: #2301AF;
}
.AnyTagClassName
{
color: #2301AF;
}
</style>
background-color css
<style>
a { background-color: #2301AF; }
a { background-color: rgb(35,1,175); }
div.DivClassName
{
background-color: #2301AF;
}
.BgClassName
{
background-color: #2301AF;
}
</style>
border-color css
<style>
span { border-color: #2301AF; }
span { border-color: rgb(35,1,175); }
td.TdClassName
{
border-color: #2301AF;
}
.TagClassName
{
border-color: #2301AF;
}
</style>