Shades of Resolution Blue #26407B
Tints of Resolution Blue #26407B
RGB
CMYK
RGB Variations
Color information
#26407B (or 0x26407B) is known color: Resolution Blue. HEX triplet: 26, 40 and 7B. RGB value is (38,64,123). Sum of RGB (Red+Green+Blue) = 38+64+123=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #26407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26407B is #D9BF84. Grayscale: #3E3E3E. Windows color (decimal): -14270341 or 8077350. OLE color: 8077350.
HSL color Cylindrical-coordinate representation of color #26407B: hue angle of 221.65º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26407B is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 64 | 123 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.52 |
| HSL | 221.65º | 0.53% | 0.32% | - |
| HSV(B) | 221.65º | 0.69% | 0.48% | - |
| XYZ | 6.21 | 5.51 | 19.48 | - |
| YUV | 62.95 | 161.89 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 123 | 0.69 | 0.48 | 0 | 0.52 | 221.65 | 0.53 | 0.32 |
| Hex | 26 | 40 | 7B | 45 | 30 | 0 | 34 | DE | 35 | 20 |
| Octal | 46 | 100 | 173 | 105 | 60 | 0 | 64 | 336 | 65 | 40 |
| Binary | 100110 | 1000000 | 1111011 | 1000101 | 110000 | 0 | 110100 | 11011110 | 110101 | 100000 |
Color Harmonies of #26407B
Complementary color
Monochromatic Colors of #26407B
Black with #26407B
Text Example
Text Example
White with #26407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26407B; }
p { color: rgb(38,64,123); }
H1.HeaderClassName
{
color: #26407B;
}
.AnyTagClassName
{
color: #26407B;
}
</style>
background-color css
<style>
a { background-color: #26407B; }
a { background-color: rgb(38,64,123); }
div.DivClassName
{
background-color: #26407B;
}
.BgClassName
{
background-color: #26407B;
}
</style>
border-color css
<style>
span { border-color: #26407B; }
span { border-color: rgb(38,64,123); }
td.TdClassName
{
border-color: #26407B;
}
.TagClassName
{
border-color: #26407B;
}
</style>