Shades of Persian Blue #1A3DCF
Tints of Persian Blue #1A3DCF
RGB
CMYK
RGB Variations
Color information
#1A3DCF (or 0x1A3DCF) is known color: Persian Blue. HEX triplet: 1A, 3D and CF. RGB value is (26,61,207). Sum of RGB (Red+Green+Blue) = 26+61+207=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #1A3DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3DCF is #E5C230. Grayscale: #424242. Windows color (decimal): -15057457 or 13581594. OLE color: 13581594.
HSL color Cylindrical-coordinate representation of color #1A3DCF: hue angle of 228.4º 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 #1A3DCF is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 61 | 207 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.19 |
| HSL | 228.4º | 0.78% | 0.46% | - |
| HSV(B) | 228.4º | 0.87% | 0.81% | - |
| XYZ | 13.36 | 8.06 | 59.88 | - |
| YUV | 67.18 | 206.9 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 61 | 207 | 0.87 | 0.71 | 0 | 0.19 | 228.4 | 0.78 | 0.46 |
| Hex | 1A | 3D | CF | 57 | 47 | 0 | 13 | E4 | 4E | 2E |
| Octal | 32 | 75 | 317 | 127 | 107 | 0 | 23 | 344 | 116 | 56 |
| Binary | 11010 | 111101 | 11001111 | 1010111 | 1000111 | 0 | 10011 | 11100100 | 1001110 | 101110 |
Color Harmonies of #1A3DCF
Complementary color
Monochromatic Colors of #1A3DCF
Black with #1A3DCF
Text Example
Text Example
White with #1A3DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3DCF; }
p { color: rgb(26,61,207); }
H1.HeaderClassName
{
color: #1A3DCF;
}
.AnyTagClassName
{
color: #1A3DCF;
}
</style>
background-color css
<style>
a { background-color: #1A3DCF; }
a { background-color: rgb(26,61,207); }
div.DivClassName
{
background-color: #1A3DCF;
}
.BgClassName
{
background-color: #1A3DCF;
}
</style>
border-color css
<style>
span { border-color: #1A3DCF; }
span { border-color: rgb(26,61,207); }
td.TdClassName
{
border-color: #1A3DCF;
}
.TagClassName
{
border-color: #1A3DCF;
}
</style>