Shades of Persian Blue #0131CC
Tints of Persian Blue #0131CC
RGB
CMYK
RGB Variations
Color information
#0131CC (or 0x0131CC) is known color: Persian Blue. HEX triplet: 01, 31 and CC. RGB value is (1,49,204). Sum of RGB (Red+Green+Blue) = 1+49+204=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #0131CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0131CC is #FECE33. Grayscale: #333333. Windows color (decimal): -16698932 or 13381889. OLE color: 13381889.
HSL color Cylindrical-coordinate representation of color #0131CC: hue angle of 225.81º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0131CC is Cyan = 1.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 49 | 204 | - |
| CMYK | 1.00 | 0.76 | 0 | 0.2 |
| HSL | 225.81º | 0.99% | 0.4% | - |
| HSV(B) | 225.81º | 1% | 0.8% | - |
| XYZ | 12.01 | 6.56 | 57.76 | - |
| YUV | 52.32 | 213.6 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 204 | 1.00 | 0.76 | 0 | 0.2 | 225.81 | 0.99 | 0.4 |
| Hex | 1 | 31 | CC | 64 | 4C | 0 | 14 | E2 | 63 | 28 |
| Octal | 1 | 61 | 314 | 144 | 114 | 0 | 24 | 342 | 143 | 50 |
| Binary | 1 | 110001 | 11001100 | 1100100 | 1001100 | 0 | 10100 | 11100010 | 1100011 | 101000 |
Color Harmonies of #0131CC
Complementary color
Monochromatic Colors of #0131CC
Black with #0131CC
Text Example
Text Example
White with #0131CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0131CC; }
p { color: rgb(1,49,204); }
H1.HeaderClassName
{
color: #0131CC;
}
.AnyTagClassName
{
color: #0131CC;
}
</style>
background-color css
<style>
a { background-color: #0131CC; }
a { background-color: rgb(1,49,204); }
div.DivClassName
{
background-color: #0131CC;
}
.BgClassName
{
background-color: #0131CC;
}
</style>
border-color css
<style>
span { border-color: #0131CC; }
span { border-color: rgb(1,49,204); }
td.TdClassName
{
border-color: #0131CC;
}
.TagClassName
{
border-color: #0131CC;
}
</style>