Shades of Ultramarine #2607AF
Tints of Ultramarine #2607AF
RGB
CMYK
RGB Variations
Color information
#2607AF (or 0x2607AF) is known color: Ultramarine. HEX triplet: 26, 07 and AF. RGB value is (38,7,175). Sum of RGB (Red+Green+Blue) = 38+7+175=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 175 (68.75% from 255 or 79.55% from 220); Max value from RGB is 175 - color contains mainly: blue. Hex color #2607AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2607AF is #D9F850. Grayscale: #222222. Windows color (decimal): -14284881 or 11470630. OLE color: 11470630.
HSL color Cylindrical-coordinate representation of color #2607AF: hue angle of 251.07º 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 #2607AF is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 7 | 175 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.31 |
| HSL | 251.07º | 0.92% | 0.36% | - |
| HSV(B) | 251.07º | 0.96% | 0.69% | - |
| XYZ | 8.61 | 3.66 | 40.81 | - |
| YUV | 35.42 | 206.77 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 7 | 175 | 0.78 | 0.96 | 0 | 0.31 | 251.07 | 0.92 | 0.36 |
| Hex | 26 | 7 | AF | 4E | 60 | 0 | 1F | FB | 5C | 24 |
| Octal | 46 | 7 | 257 | 116 | 140 | 0 | 37 | 373 | 134 | 44 |
| Binary | 100110 | 111 | 10101111 | 1001110 | 1100000 | 0 | 11111 | 11111011 | 1011100 | 100100 |
Color Harmonies of #2607AF
Complementary color
Monochromatic Colors of #2607AF
Black with #2607AF
Text Example
Text Example
White with #2607AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2607AF; }
p { color: rgb(38,7,175); }
H1.HeaderClassName
{
color: #2607AF;
}
.AnyTagClassName
{
color: #2607AF;
}
</style>
background-color css
<style>
a { background-color: #2607AF; }
a { background-color: rgb(38,7,175); }
div.DivClassName
{
background-color: #2607AF;
}
.BgClassName
{
background-color: #2607AF;
}
</style>
border-color css
<style>
span { border-color: #2607AF; }
span { border-color: rgb(38,7,175); }
td.TdClassName
{
border-color: #2607AF;
}
.TagClassName
{
border-color: #2607AF;
}
</style>