Shades of Persian Blue #0133CC
Tints of Persian Blue #0133CC
RGB
CMYK
RGB Variations
Color information
#0133CC (or 0x0133CC) is known color: Persian Blue. HEX triplet: 01, 33 and CC. RGB value is (1,51,204). Sum of RGB (Red+Green+Blue) = 1+51+204=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #0133CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0133CC is #FECC33. Grayscale: #343434. Windows color (decimal): -16698420 or 13382401. OLE color: 13382401.
HSL color Cylindrical-coordinate representation of color #0133CC: hue angle of 225.22º 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 #0133CC is Cyan = 1.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 51 | 204 | - |
| CMYK | 1.00 | 0.75 | 0 | 0.2 |
| HSL | 225.22º | 0.99% | 0.4% | - |
| HSV(B) | 225.22º | 1% | 0.8% | - |
| XYZ | 12.1 | 6.73 | 57.79 | - |
| YUV | 53.49 | 212.94 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 204 | 1.00 | 0.75 | 0 | 0.2 | 225.22 | 0.99 | 0.4 |
| Hex | 1 | 33 | CC | 64 | 4B | 0 | 14 | E1 | 63 | 28 |
| Octal | 1 | 63 | 314 | 144 | 113 | 0 | 24 | 341 | 143 | 50 |
| Binary | 1 | 110011 | 11001100 | 1100100 | 1001011 | 0 | 10100 | 11100001 | 1100011 | 101000 |
Color Harmonies of #0133CC
Complementary color
Monochromatic Colors of #0133CC
Black with #0133CC
Text Example
Text Example
White with #0133CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0133CC; }
p { color: rgb(1,51,204); }
H1.HeaderClassName
{
color: #0133CC;
}
.AnyTagClassName
{
color: #0133CC;
}
</style>
background-color css
<style>
a { background-color: #0133CC; }
a { background-color: rgb(1,51,204); }
div.DivClassName
{
background-color: #0133CC;
}
.BgClassName
{
background-color: #0133CC;
}
</style>
border-color css
<style>
span { border-color: #0133CC; }
span { border-color: rgb(1,51,204); }
td.TdClassName
{
border-color: #0133CC;
}
.TagClassName
{
border-color: #0133CC;
}
</style>