Shades of Persian Blue #1A1FCF
Tints of Persian Blue #1A1FCF
RGB
CMYK
RGB Variations
Color information
#1A1FCF (or 0x1A1FCF) is known color: Persian Blue. HEX triplet: 1A, 1F and CF. RGB value is (26,31,207). Sum of RGB (Red+Green+Blue) = 26+31+207=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 207 (81.25% from 255 or 78.41% from 264); Max value from RGB is 207 - color contains mainly: blue. Hex color #1A1FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1FCF is #E5E030. Grayscale: #303030. Windows color (decimal): -15065137 or 13573914. OLE color: 13573914.
HSL color Cylindrical-coordinate representation of color #1A1FCF: hue angle of 238.34º degrees, saturation: 0.78, 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 #1A1FCF is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 31 | 207 | - |
| CMYK | 0.87 | 0.85 | 0 | 0.19 |
| HSL | 238.34º | 0.78% | 0.46% | - |
| HSV(B) | 238.34º | 0.87% | 0.81% | - |
| XYZ | 12.18 | 5.7 | 59.49 | - |
| YUV | 49.57 | 216.84 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 31 | 207 | 0.87 | 0.85 | 0 | 0.19 | 238.34 | 0.78 | 0.46 |
| Hex | 1A | 1F | CF | 57 | 55 | 0 | 13 | EE | 4E | 2E |
| Octal | 32 | 37 | 317 | 127 | 125 | 0 | 23 | 356 | 116 | 56 |
| Binary | 11010 | 11111 | 11001111 | 1010111 | 1010101 | 0 | 10011 | 11101110 | 1001110 | 101110 |
Color Harmonies of #1A1FCF
Complementary color
Monochromatic Colors of #1A1FCF
Black with #1A1FCF
Text Example
Text Example
White with #1A1FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1FCF; }
p { color: rgb(26,31,207); }
H1.HeaderClassName
{
color: #1A1FCF;
}
.AnyTagClassName
{
color: #1A1FCF;
}
</style>
background-color css
<style>
a { background-color: #1A1FCF; }
a { background-color: rgb(26,31,207); }
div.DivClassName
{
background-color: #1A1FCF;
}
.BgClassName
{
background-color: #1A1FCF;
}
</style>
border-color css
<style>
span { border-color: #1A1FCF; }
span { border-color: rgb(26,31,207); }
td.TdClassName
{
border-color: #1A1FCF;
}
.TagClassName
{
border-color: #1A1FCF;
}
</style>