Shades of Persian Blue #1A37CE
Tints of Persian Blue #1A37CE
RGB
CMYK
RGB Variations
Color information
#1A37CE (or 0x1A37CE) is known color: Persian Blue. HEX triplet: 1A, 37 and CE. RGB value is (26,55,206). Sum of RGB (Red+Green+Blue) = 26+55+206=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A37CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A37CE is #E5C831. Grayscale: #3E3E3E. Windows color (decimal): -15058994 or 13514522. OLE color: 13514522.
HSL color Cylindrical-coordinate representation of color #1A37CE: hue angle of 230.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A37CE is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 55 | 206 | - |
| CMYK | 0.87 | 0.73 | 0 | 0.19 |
| HSL | 230.33º | 0.78% | 0.45% | - |
| HSV(B) | 230.33º | 0.87% | 0.81% | - |
| XYZ | 12.93 | 7.41 | 59.14 | - |
| YUV | 63.54 | 208.39 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 55 | 206 | 0.87 | 0.73 | 0 | 0.19 | 230.33 | 0.78 | 0.45 |
| Hex | 1A | 37 | CE | 57 | 49 | 0 | 13 | E6 | 4E | 2D |
| Octal | 32 | 67 | 316 | 127 | 111 | 0 | 23 | 346 | 116 | 55 |
| Binary | 11010 | 110111 | 11001110 | 1010111 | 1001001 | 0 | 10011 | 11100110 | 1001110 | 101101 |
Color Harmonies of #1A37CE
Complementary color
Monochromatic Colors of #1A37CE
Black with #1A37CE
Text Example
Text Example
White with #1A37CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A37CE; }
p { color: rgb(26,55,206); }
H1.HeaderClassName
{
color: #1A37CE;
}
.AnyTagClassName
{
color: #1A37CE;
}
</style>
background-color css
<style>
a { background-color: #1A37CE; }
a { background-color: rgb(26,55,206); }
div.DivClassName
{
background-color: #1A37CE;
}
.BgClassName
{
background-color: #1A37CE;
}
</style>
border-color css
<style>
span { border-color: #1A37CE; }
span { border-color: rgb(26,55,206); }
td.TdClassName
{
border-color: #1A37CE;
}
.TagClassName
{
border-color: #1A37CE;
}
</style>