Shades of Persian Blue #1B3CBD
Tints of Persian Blue #1B3CBD
RGB
CMYK
RGB Variations
Color information
#1B3CBD (or 0x1B3CBD) is known color: Persian Blue. HEX triplet: 1B, 3C and BD. RGB value is (27,60,189). Sum of RGB (Red+Green+Blue) = 27+60+189=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #1B3CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3CBD is #E4C342. Grayscale: #404040. Windows color (decimal): -14992195 or 12401691. OLE color: 12401691.
HSL color Cylindrical-coordinate representation of color #1B3CBD: hue angle of 227.78º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B3CBD is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 60 | 189 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.26 |
| HSL | 227.78º | 0.75% | 0.42% | - |
| HSV(B) | 227.78º | 0.86% | 0.74% | - |
| XYZ | 11.25 | 7.14 | 48.93 | - |
| YUV | 64.84 | 198.07 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 60 | 189 | 0.86 | 0.68 | 0 | 0.26 | 227.78 | 0.75 | 0.42 |
| Hex | 1B | 3C | BD | 56 | 44 | 0 | 1A | E4 | 4B | 2A |
| Octal | 33 | 74 | 275 | 126 | 104 | 0 | 32 | 344 | 113 | 52 |
| Binary | 11011 | 111100 | 10111101 | 1010110 | 1000100 | 0 | 11010 | 11100100 | 1001011 | 101010 |
Color Harmonies of #1B3CBD
Complementary color
Monochromatic Colors of #1B3CBD
Black with #1B3CBD
Text Example
Text Example
White with #1B3CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3CBD; }
p { color: rgb(27,60,189); }
H1.HeaderClassName
{
color: #1B3CBD;
}
.AnyTagClassName
{
color: #1B3CBD;
}
</style>
background-color css
<style>
a { background-color: #1B3CBD; }
a { background-color: rgb(27,60,189); }
div.DivClassName
{
background-color: #1B3CBD;
}
.BgClassName
{
background-color: #1B3CBD;
}
</style>
border-color css
<style>
span { border-color: #1B3CBD; }
span { border-color: rgb(27,60,189); }
td.TdClassName
{
border-color: #1B3CBD;
}
.TagClassName
{
border-color: #1B3CBD;
}
</style>