Shades of Persian Blue #013FCE
Tints of Persian Blue #013FCE
RGB
CMYK
RGB Variations
Color information
#013FCE (or 0x013FCE) is known color: Persian Blue. HEX triplet: 01, 3F and CE. RGB value is (1,63,206). Sum of RGB (Red+Green+Blue) = 1+63+206=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #013FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013FCE is #FEC031. Grayscale: #3C3C3C. Windows color (decimal): -16695346 or 13516545. OLE color: 13516545.
HSL color Cylindrical-coordinate representation of color #013FCE: hue angle of 221.85º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013FCE is Cyan = 1.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 63 | 206 | - |
| CMYK | 1.00 | 0.69 | 0 | 0.19 |
| HSL | 221.85º | 0.99% | 0.41% | - |
| HSV(B) | 221.85º | 1% | 0.81% | - |
| XYZ | 12.93 | 8.02 | 59.26 | - |
| YUV | 60.76 | 209.96 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 206 | 1.00 | 0.69 | 0 | 0.19 | 221.85 | 0.99 | 0.41 |
| Hex | 1 | 3F | CE | 64 | 45 | 0 | 13 | DE | 63 | 29 |
| Octal | 1 | 77 | 316 | 144 | 105 | 0 | 23 | 336 | 143 | 51 |
| Binary | 1 | 111111 | 11001110 | 1100100 | 1000101 | 0 | 10011 | 11011110 | 1100011 | 101001 |
Color Harmonies of #013FCE
Complementary color
Monochromatic Colors of #013FCE
Black with #013FCE
Text Example
Text Example
White with #013FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013FCE; }
p { color: rgb(1,63,206); }
H1.HeaderClassName
{
color: #013FCE;
}
.AnyTagClassName
{
color: #013FCE;
}
</style>
background-color css
<style>
a { background-color: #013FCE; }
a { background-color: rgb(1,63,206); }
div.DivClassName
{
background-color: #013FCE;
}
.BgClassName
{
background-color: #013FCE;
}
</style>
border-color css
<style>
span { border-color: #013FCE; }
span { border-color: rgb(1,63,206); }
td.TdClassName
{
border-color: #013FCE;
}
.TagClassName
{
border-color: #013FCE;
}
</style>