Shades of Persian Blue #1B3CCB
Tints of Persian Blue #1B3CCB
RGB
CMYK
RGB Variations
Color information
#1B3CCB (or 0x1B3CCB) is known color: Persian Blue. HEX triplet: 1B, 3C and CB. RGB value is (27,60,203). Sum of RGB (Red+Green+Blue) = 27+60+203=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #1B3CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3CCB is #E4C334. Grayscale: #414141. Windows color (decimal): -14992181 or 13319195. OLE color: 13319195.
HSL color Cylindrical-coordinate representation of color #1B3CCB: hue angle of 228.75º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B3CCB is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 60 | 203 | - |
| CMYK | 0.87 | 0.70 | 0 | 0.20 |
| HSL | 228.75º | 0.77% | 0.45% | - |
| HSV(B) | 228.75º | 0.87% | 0.8% | - |
| XYZ | 12.85 | 7.78 | 57.32 | - |
| YUV | 66.44 | 205.07 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 60 | 203 | 0.87 | 0.70 | 0 | 0.20 | 228.75 | 0.77 | 0.45 |
| Hex | 1B | 3C | CB | 57 | 46 | 0 | 14 | E5 | 4D | 2D |
| Octal | 33 | 74 | 313 | 127 | 106 | 0 | 24 | 345 | 115 | 55 |
| Binary | 11011 | 111100 | 11001011 | 1010111 | 1000110 | 0 | 10100 | 11100101 | 1001101 | 101101 |
Color Harmonies of #1B3CCB
Complementary color
Monochromatic Colors of #1B3CCB
Black with #1B3CCB
Text Example
Text Example
White with #1B3CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3CCB; }
p { color: rgb(27,60,203); }
H1.HeaderClassName
{
color: #1B3CCB;
}
.AnyTagClassName
{
color: #1B3CCB;
}
</style>
background-color css
<style>
a { background-color: #1B3CCB; }
a { background-color: rgb(27,60,203); }
div.DivClassName
{
background-color: #1B3CCB;
}
.BgClassName
{
background-color: #1B3CCB;
}
</style>
border-color css
<style>
span { border-color: #1B3CCB; }
span { border-color: rgb(27,60,203); }
td.TdClassName
{
border-color: #1B3CCB;
}
.TagClassName
{
border-color: #1B3CCB;
}
</style>