Shades of Ultramarine #260BB4
Tints of Ultramarine #260BB4
RGB
CMYK
RGB Variations
Color information
#260BB4 (or 0x260BB4) is known color: Ultramarine. HEX triplet: 26, 0B and B4. RGB value is (38,11,180). Sum of RGB (Red+Green+Blue) = 38+11+180=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 180 (70.70% from 255 or 78.60% from 229); Max value from RGB is 180 - color contains mainly: blue. Hex color #260BB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260BB4 is #D9F44B. Grayscale: #252525. Windows color (decimal): -14283852 or 11799334. OLE color: 11799334.
HSL color Cylindrical-coordinate representation of color #260BB4: hue angle of 249.59º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260BB4 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 11 | 180 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.29 |
| HSL | 249.59º | 0.88% | 0.37% | - |
| HSV(B) | 249.59º | 0.94% | 0.71% | - |
| XYZ | 9.16 | 3.95 | 43.46 | - |
| YUV | 38.34 | 207.95 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 11 | 180 | 0.79 | 0.94 | 0 | 0.29 | 249.59 | 0.88 | 0.37 |
| Hex | 26 | B | B4 | 4F | 5E | 0 | 1D | FA | 58 | 25 |
| Octal | 46 | 13 | 264 | 117 | 136 | 0 | 35 | 372 | 130 | 45 |
| Binary | 100110 | 1011 | 10110100 | 1001111 | 1011110 | 0 | 11101 | 11111010 | 1011000 | 100101 |
Color Harmonies of #260BB4
Complementary color
Monochromatic Colors of #260BB4
Black with #260BB4
Text Example
Text Example
White with #260BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260BB4; }
p { color: rgb(38,11,180); }
H1.HeaderClassName
{
color: #260BB4;
}
.AnyTagClassName
{
color: #260BB4;
}
</style>
background-color css
<style>
a { background-color: #260BB4; }
a { background-color: rgb(38,11,180); }
div.DivClassName
{
background-color: #260BB4;
}
.BgClassName
{
background-color: #260BB4;
}
</style>
border-color css
<style>
span { border-color: #260BB4; }
span { border-color: rgb(38,11,180); }
td.TdClassName
{
border-color: #260BB4;
}
.TagClassName
{
border-color: #260BB4;
}
</style>