Shades of Persian Blue #0126CA
Tints of Persian Blue #0126CA
RGB
CMYK
RGB Variations
Color information
#0126CA (or 0x0126CA) is known color: Persian Blue. HEX triplet: 01, 26 and CA. RGB value is (1,38,202). Sum of RGB (Red+Green+Blue) = 1+38+202=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 202 (79.30% from 255 or 83.82% from 241); Max value from RGB is 202 - color contains mainly: blue. Hex color #0126CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0126CA is #FED935. Grayscale: #2C2C2C. Windows color (decimal): -16701750 or 13248001. OLE color: 13248001.
HSL color Cylindrical-coordinate representation of color #0126CA: hue angle of 228.96º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0126CA is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 38 | 202 | - |
| CMYK | 1.00 | 0.81 | 0 | 0.21 |
| HSL | 228.96º | 0.99% | 0.4% | - |
| HSV(B) | 228.96º | 1% | 0.79% | - |
| XYZ | 11.37 | 5.66 | 56.37 | - |
| YUV | 45.63 | 216.24 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 202 | 1.00 | 0.81 | 0 | 0.21 | 228.96 | 0.99 | 0.4 |
| Hex | 1 | 26 | CA | 64 | 51 | 0 | 15 | E5 | 63 | 28 |
| Octal | 1 | 46 | 312 | 144 | 121 | 0 | 25 | 345 | 143 | 50 |
| Binary | 1 | 100110 | 11001010 | 1100100 | 1010001 | 0 | 10101 | 11100101 | 1100011 | 101000 |
Color Harmonies of #0126CA
Complementary color
Monochromatic Colors of #0126CA
Black with #0126CA
Text Example
Text Example
White with #0126CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0126CA; }
p { color: rgb(1,38,202); }
H1.HeaderClassName
{
color: #0126CA;
}
.AnyTagClassName
{
color: #0126CA;
}
</style>
background-color css
<style>
a { background-color: #0126CA; }
a { background-color: rgb(1,38,202); }
div.DivClassName
{
background-color: #0126CA;
}
.BgClassName
{
background-color: #0126CA;
}
</style>
border-color css
<style>
span { border-color: #0126CA; }
span { border-color: rgb(1,38,202); }
td.TdClassName
{
border-color: #0126CA;
}
.TagClassName
{
border-color: #0126CA;
}
</style>