Shades of Persian Blue #013CE8
Tints of Persian Blue #013CE8
RGB
CMYK
RGB Variations
Color information
#013CE8 (or 0x013CE8) is known color: Persian Blue. HEX triplet: 01, 3C and E8. RGB value is (1,60,232). Sum of RGB (Red+Green+Blue) = 1+60+232=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 232 (91.02% from 255 or 79.18% from 293); Max value from RGB is 232 - color contains mainly: blue. Hex color #013CE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013CE8 is #FEC317. Grayscale: #3D3D3D. Windows color (decimal): -16696088 or 15219713. OLE color: 15219713.
HSL color Cylindrical-coordinate representation of color #013CE8: hue angle of 224.68º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013CE8 is Cyan = 1.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 60 | 232 | - |
| CMYK | 1.00 | 0.74 | 0 | 0.09 |
| HSL | 224.68º | 0.99% | 0.46% | - |
| HSV(B) | 224.68º | 1% | 0.91% | - |
| XYZ | 16.19 | 9.06 | 77.24 | - |
| YUV | 61.97 | 223.95 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 232 | 1.00 | 0.74 | 0 | 0.09 | 224.68 | 0.99 | 0.46 |
| Hex | 1 | 3C | E8 | 64 | 4A | 0 | 9 | E1 | 63 | 2E |
| Octal | 1 | 74 | 350 | 144 | 112 | 0 | 11 | 341 | 143 | 56 |
| Binary | 1 | 111100 | 11101000 | 1100100 | 1001010 | 0 | 1001 | 11100001 | 1100011 | 101110 |
Color Harmonies of #013CE8
Complementary color
Monochromatic Colors of #013CE8
Black with #013CE8
Text Example
Text Example
White with #013CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013CE8; }
p { color: rgb(1,60,232); }
H1.HeaderClassName
{
color: #013CE8;
}
.AnyTagClassName
{
color: #013CE8;
}
</style>
background-color css
<style>
a { background-color: #013CE8; }
a { background-color: rgb(1,60,232); }
div.DivClassName
{
background-color: #013CE8;
}
.BgClassName
{
background-color: #013CE8;
}
</style>
border-color css
<style>
span { border-color: #013CE8; }
span { border-color: rgb(1,60,232); }
td.TdClassName
{
border-color: #013CE8;
}
.TagClassName
{
border-color: #013CE8;
}
</style>