Shades of Ultramarine #2602B7
Tints of Ultramarine #2602B7
RGB
CMYK
RGB Variations
Color information
#2602B7 (or 0x2602B7) is known color: Ultramarine. HEX triplet: 26, 02 and B7. RGB value is (38,2,183). Sum of RGB (Red+Green+Blue) = 38+2+183=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 183 (71.88% from 255 or 82.06% from 223); Max value from RGB is 183 - color contains mainly: blue. Hex color #2602B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2602B7 is #D9FD48. Grayscale: #202020. Windows color (decimal): -14286153 or 11993638. OLE color: 11993638.
HSL color Cylindrical-coordinate representation of color #2602B7: hue angle of 251.93º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2602B7 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 2 | 183 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.28 |
| HSL | 251.93º | 0.98% | 0.36% | - |
| HSV(B) | 251.93º | 0.99% | 0.72% | - |
| XYZ | 9.37 | 3.87 | 45.05 | - |
| YUV | 33.4 | 212.43 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 183 | 0.79 | 0.99 | 0 | 0.28 | 251.93 | 0.98 | 0.36 |
| Hex | 26 | 2 | B7 | 4F | 63 | 0 | 1C | FC | 62 | 24 |
| Octal | 46 | 2 | 267 | 117 | 143 | 0 | 34 | 374 | 142 | 44 |
| Binary | 100110 | 10 | 10110111 | 1001111 | 1100011 | 0 | 11100 | 11111100 | 1100010 | 100100 |
Color Harmonies of #2602B7
Complementary color
Monochromatic Colors of #2602B7
Black with #2602B7
Text Example
Text Example
White with #2602B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2602B7; }
p { color: rgb(38,2,183); }
H1.HeaderClassName
{
color: #2602B7;
}
.AnyTagClassName
{
color: #2602B7;
}
</style>
background-color css
<style>
a { background-color: #2602B7; }
a { background-color: rgb(38,2,183); }
div.DivClassName
{
background-color: #2602B7;
}
.BgClassName
{
background-color: #2602B7;
}
</style>
border-color css
<style>
span { border-color: #2602B7; }
span { border-color: rgb(38,2,183); }
td.TdClassName
{
border-color: #2602B7;
}
.TagClassName
{
border-color: #2602B7;
}
</style>