Shades of Persian Blue #1B46BD
Tints of Persian Blue #1B46BD
RGB
CMYK
RGB Variations
Color information
#1B46BD (or 0x1B46BD) is known color: Persian Blue. HEX triplet: 1B, 46 and BD. RGB value is (27,70,189). Sum of RGB (Red+Green+Blue) = 27+70+189=286 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.44% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #1B46BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B46BD is #E4B942. Grayscale: #464646. Windows color (decimal): -14989635 or 12404251. OLE color: 12404251.
HSL color Cylindrical-coordinate representation of color #1B46BD: hue angle of 224.07º 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 #1B46BD is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 70 | 189 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.26 |
| HSL | 224.07º | 0.75% | 0.42% | - |
| HSV(B) | 224.07º | 0.86% | 0.74% | - |
| XYZ | 11.83 | 8.29 | 49.12 | - |
| YUV | 70.71 | 194.75 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 70 | 189 | 0.86 | 0.63 | 0 | 0.26 | 224.07 | 0.75 | 0.42 |
| Hex | 1B | 46 | BD | 56 | 3F | 0 | 1A | E0 | 4B | 2A |
| Octal | 33 | 106 | 275 | 126 | 77 | 0 | 32 | 340 | 113 | 52 |
| Binary | 11011 | 1000110 | 10111101 | 1010110 | 111111 | 0 | 11010 | 11100000 | 1001011 | 101010 |
Color Harmonies of #1B46BD
Complementary color
Monochromatic Colors of #1B46BD
Black with #1B46BD
Text Example
Text Example
White with #1B46BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B46BD; }
p { color: rgb(27,70,189); }
H1.HeaderClassName
{
color: #1B46BD;
}
.AnyTagClassName
{
color: #1B46BD;
}
</style>
background-color css
<style>
a { background-color: #1B46BD; }
a { background-color: rgb(27,70,189); }
div.DivClassName
{
background-color: #1B46BD;
}
.BgClassName
{
background-color: #1B46BD;
}
</style>
border-color css
<style>
span { border-color: #1B46BD; }
span { border-color: rgb(27,70,189); }
td.TdClassName
{
border-color: #1B46BD;
}
.TagClassName
{
border-color: #1B46BD;
}
</style>