Shades of Persian Blue #251ABB
Tints of Persian Blue #251ABB
RGB
CMYK
RGB Variations
Color information
#251ABB (or 0x251ABB) is known color: Persian Blue. HEX triplet: 25, 1A and BB. RGB value is (37,26,187). Sum of RGB (Red+Green+Blue) = 37+26+187=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #251ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251ABB is #DAE544. Grayscale: #2F2F2F. Windows color (decimal): -14345541 or 12261925. OLE color: 12261925.
HSL color Cylindrical-coordinate representation of color #251ABB: hue angle of 244.1º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251ABB is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 26 | 187 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.27 |
| HSL | 244.1º | 0.76% | 0.42% | - |
| HSV(B) | 244.1º | 0.86% | 0.73% | - |
| XYZ | 10.1 | 4.72 | 47.39 | - |
| YUV | 47.64 | 206.64 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 187 | 0.80 | 0.86 | 0 | 0.27 | 244.1 | 0.76 | 0.42 |
| Hex | 25 | 1A | BB | 50 | 56 | 0 | 1B | F4 | 4C | 2A |
| Octal | 45 | 32 | 273 | 120 | 126 | 0 | 33 | 364 | 114 | 52 |
| Binary | 100101 | 11010 | 10111011 | 1010000 | 1010110 | 0 | 11011 | 11110100 | 1001100 | 101010 |
Color Harmonies of #251ABB
Complementary color
Monochromatic Colors of #251ABB
Black with #251ABB
Text Example
Text Example
White with #251ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251ABB; }
p { color: rgb(37,26,187); }
H1.HeaderClassName
{
color: #251ABB;
}
.AnyTagClassName
{
color: #251ABB;
}
</style>
background-color css
<style>
a { background-color: #251ABB; }
a { background-color: rgb(37,26,187); }
div.DivClassName
{
background-color: #251ABB;
}
.BgClassName
{
background-color: #251ABB;
}
</style>
border-color css
<style>
span { border-color: #251ABB; }
span { border-color: rgb(37,26,187); }
td.TdClassName
{
border-color: #251ABB;
}
.TagClassName
{
border-color: #251ABB;
}
</style>