Shades of Ultramarine #2407AF
Tints of Ultramarine #2407AF
RGB
CMYK
RGB Variations
Color information
#2407AF (or 0x2407AF) is known color: Ultramarine. HEX triplet: 24, 07 and AF. RGB value is (36,7,175). Sum of RGB (Red+Green+Blue) = 36+7+175=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 175 (68.75% from 255 or 80.28% from 218); Max value from RGB is 175 - color contains mainly: blue. Hex color #2407AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2407AF is #DBF850. Grayscale: #222222. Windows color (decimal): -14415953 or 11470628. OLE color: 11470628.
HSL color Cylindrical-coordinate representation of color #2407AF: hue angle of 250.36º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2407AF is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 7 | 175 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.31 |
| HSL | 250.36º | 0.92% | 0.36% | - |
| HSV(B) | 250.36º | 0.96% | 0.69% | - |
| XYZ | 8.54 | 3.62 | 40.81 | - |
| YUV | 34.82 | 207.11 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 175 | 0.79 | 0.96 | 0 | 0.31 | 250.36 | 0.92 | 0.36 |
| Hex | 24 | 7 | AF | 4F | 60 | 0 | 1F | FA | 5C | 24 |
| Octal | 44 | 7 | 257 | 117 | 140 | 0 | 37 | 372 | 134 | 44 |
| Binary | 100100 | 111 | 10101111 | 1001111 | 1100000 | 0 | 11111 | 11111010 | 1011100 | 100100 |
Color Harmonies of #2407AF
Complementary color
Monochromatic Colors of #2407AF
Black with #2407AF
Text Example
Text Example
White with #2407AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2407AF; }
p { color: rgb(36,7,175); }
H1.HeaderClassName
{
color: #2407AF;
}
.AnyTagClassName
{
color: #2407AF;
}
</style>
background-color css
<style>
a { background-color: #2407AF; }
a { background-color: rgb(36,7,175); }
div.DivClassName
{
background-color: #2407AF;
}
.BgClassName
{
background-color: #2407AF;
}
</style>
border-color css
<style>
span { border-color: #2407AF; }
span { border-color: rgb(36,7,175); }
td.TdClassName
{
border-color: #2407AF;
}
.TagClassName
{
border-color: #2407AF;
}
</style>