Shades of Persian Blue #1A23CA
Tints of Persian Blue #1A23CA
RGB
CMYK
RGB Variations
Color information
#1A23CA (or 0x1A23CA) is known color: Persian Blue. HEX triplet: 1A, 23 and CA. RGB value is (26,35,202). Sum of RGB (Red+Green+Blue) = 26+35+202=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 202 (79.30% from 255 or 76.81% from 263); Max value from RGB is 202 - color contains mainly: blue. Hex color #1A23CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A23CA is #E5DC35. Grayscale: #323232. Windows color (decimal): -15064118 or 13247258. OLE color: 13247258.
HSL color Cylindrical-coordinate representation of color #1A23CA: hue angle of 236.93º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A23CA is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 35 | 202 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.21 |
| HSL | 236.93º | 0.77% | 0.45% | - |
| HSV(B) | 236.93º | 0.87% | 0.79% | - |
| XYZ | 11.69 | 5.69 | 56.36 | - |
| YUV | 51.35 | 213.02 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 35 | 202 | 0.87 | 0.83 | 0 | 0.21 | 236.93 | 0.77 | 0.45 |
| Hex | 1A | 23 | CA | 57 | 53 | 0 | 15 | ED | 4D | 2D |
| Octal | 32 | 43 | 312 | 127 | 123 | 0 | 25 | 355 | 115 | 55 |
| Binary | 11010 | 100011 | 11001010 | 1010111 | 1010011 | 0 | 10101 | 11101101 | 1001101 | 101101 |
Color Harmonies of #1A23CA
Complementary color
Monochromatic Colors of #1A23CA
Black with #1A23CA
Text Example
Text Example
White with #1A23CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A23CA; }
p { color: rgb(26,35,202); }
H1.HeaderClassName
{
color: #1A23CA;
}
.AnyTagClassName
{
color: #1A23CA;
}
</style>
background-color css
<style>
a { background-color: #1A23CA; }
a { background-color: rgb(26,35,202); }
div.DivClassName
{
background-color: #1A23CA;
}
.BgClassName
{
background-color: #1A23CA;
}
</style>
border-color css
<style>
span { border-color: #1A23CA; }
span { border-color: rgb(26,35,202); }
td.TdClassName
{
border-color: #1A23CA;
}
.TagClassName
{
border-color: #1A23CA;
}
</style>