Shades of Persian Blue #251BCF
Tints of Persian Blue #251BCF
RGB
CMYK
RGB Variations
Color information
#251BCF (or 0x251BCF) is known color: Persian Blue. HEX triplet: 25, 1B and CF. RGB value is (37,27,207). Sum of RGB (Red+Green+Blue) = 37+27+207=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 207 (81.25% from 255 or 76.38% from 271); Max value from RGB is 207 - color contains mainly: blue. Hex color #251BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251BCF is #DAE430. Grayscale: #313131. Windows color (decimal): -14345265 or 13572901. OLE color: 13572901.
HSL color Cylindrical-coordinate representation of color #251BCF: hue angle of 243.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #251BCF is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 27 | 207 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.19 |
| HSL | 243.33º | 0.77% | 0.46% | - |
| HSV(B) | 243.33º | 0.87% | 0.81% | - |
| XYZ | 12.42 | 5.68 | 59.47 | - |
| YUV | 50.51 | 216.31 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 207 | 0.82 | 0.87 | 0 | 0.19 | 243.33 | 0.77 | 0.46 |
| Hex | 25 | 1B | CF | 52 | 57 | 0 | 13 | F3 | 4D | 2E |
| Octal | 45 | 33 | 317 | 122 | 127 | 0 | 23 | 363 | 115 | 56 |
| Binary | 100101 | 11011 | 11001111 | 1010010 | 1010111 | 0 | 10011 | 11110011 | 1001101 | 101110 |
Color Harmonies of #251BCF
Complementary color
Monochromatic Colors of #251BCF
Black with #251BCF
Text Example
Text Example
White with #251BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251BCF; }
p { color: rgb(37,27,207); }
H1.HeaderClassName
{
color: #251BCF;
}
.AnyTagClassName
{
color: #251BCF;
}
</style>
background-color css
<style>
a { background-color: #251BCF; }
a { background-color: rgb(37,27,207); }
div.DivClassName
{
background-color: #251BCF;
}
.BgClassName
{
background-color: #251BCF;
}
</style>
border-color css
<style>
span { border-color: #251BCF; }
span { border-color: rgb(37,27,207); }
td.TdClassName
{
border-color: #251BCF;
}
.TagClassName
{
border-color: #251BCF;
}
</style>