Shades of Ultramarine #2403B0
Tints of Ultramarine #2403B0
RGB
CMYK
RGB Variations
Color information
#2403B0 (or 0x2403B0) is known color: Ultramarine. HEX triplet: 24, 03 and B0. RGB value is (36,3,176). Sum of RGB (Red+Green+Blue) = 36+3+176=215 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.74% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 176 (69.14% from 255 or 81.86% from 215); Max value from RGB is 176 - color contains mainly: blue. Hex color #2403B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2403B0 is #DBFC4F. Grayscale: #1F1F1F. Windows color (decimal): -14416976 or 11535140. OLE color: 11535140.
HSL color Cylindrical-coordinate representation of color #2403B0: hue angle of 251.45º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2403B0 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 3 | 176 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.31 |
| HSL | 251.45º | 0.97% | 0.35% | - |
| HSV(B) | 251.45º | 0.98% | 0.69% | - |
| XYZ | 8.6 | 3.57 | 41.31 | - |
| YUV | 32.59 | 208.93 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 176 | 0.80 | 0.98 | 0 | 0.31 | 251.45 | 0.97 | 0.35 |
| Hex | 24 | 3 | B0 | 50 | 62 | 0 | 1F | FB | 61 | 23 |
| Octal | 44 | 3 | 260 | 120 | 142 | 0 | 37 | 373 | 141 | 43 |
| Binary | 100100 | 11 | 10110000 | 1010000 | 1100010 | 0 | 11111 | 11111011 | 1100001 | 100011 |
Color Harmonies of #2403B0
Complementary color
Monochromatic Colors of #2403B0
Black with #2403B0
Text Example
Text Example
White with #2403B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2403B0; }
p { color: rgb(36,3,176); }
H1.HeaderClassName
{
color: #2403B0;
}
.AnyTagClassName
{
color: #2403B0;
}
</style>
background-color css
<style>
a { background-color: #2403B0; }
a { background-color: rgb(36,3,176); }
div.DivClassName
{
background-color: #2403B0;
}
.BgClassName
{
background-color: #2403B0;
}
</style>
border-color css
<style>
span { border-color: #2403B0; }
span { border-color: rgb(36,3,176); }
td.TdClassName
{
border-color: #2403B0;
}
.TagClassName
{
border-color: #2403B0;
}
</style>