Shades of Persian Blue #1D33CB
Tints of Persian Blue #1D33CB
RGB
CMYK
RGB Variations
Color information
#1D33CB (or 0x1D33CB) is known color: Persian Blue. HEX triplet: 1D, 33 and CB. RGB value is (29,51,203). Sum of RGB (Red+Green+Blue) = 29+51+203=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D33CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D33CB is #E2CC34. Grayscale: #3D3D3D. Windows color (decimal): -14863413 or 13316893. OLE color: 13316893.
HSL color Cylindrical-coordinate representation of color #1D33CB: hue angle of 232.41º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D33CB is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 51 | 203 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.20 |
| HSL | 232.41º | 0.75% | 0.45% | - |
| HSV(B) | 232.41º | 0.86% | 0.8% | - |
| XYZ | 12.47 | 6.94 | 57.18 | - |
| YUV | 61.75 | 207.71 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 51 | 203 | 0.86 | 0.75 | 0 | 0.20 | 232.41 | 0.75 | 0.45 |
| Hex | 1D | 33 | CB | 56 | 4B | 0 | 14 | E8 | 4B | 2D |
| Octal | 35 | 63 | 313 | 126 | 113 | 0 | 24 | 350 | 113 | 55 |
| Binary | 11101 | 110011 | 11001011 | 1010110 | 1001011 | 0 | 10100 | 11101000 | 1001011 | 101101 |
Color Harmonies of #1D33CB
Complementary color
Monochromatic Colors of #1D33CB
Black with #1D33CB
Text Example
Text Example
White with #1D33CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D33CB; }
p { color: rgb(29,51,203); }
H1.HeaderClassName
{
color: #1D33CB;
}
.AnyTagClassName
{
color: #1D33CB;
}
</style>
background-color css
<style>
a { background-color: #1D33CB; }
a { background-color: rgb(29,51,203); }
div.DivClassName
{
background-color: #1D33CB;
}
.BgClassName
{
background-color: #1D33CB;
}
</style>
border-color css
<style>
span { border-color: #1D33CB; }
span { border-color: rgb(29,51,203); }
td.TdClassName
{
border-color: #1D33CB;
}
.TagClassName
{
border-color: #1D33CB;
}
</style>