Shades of Persian Blue #1B46B3
Tints of Persian Blue #1B46B3
RGB
CMYK
RGB Variations
Color information
#1B46B3 (or 0x1B46B3) is known color: Persian Blue. HEX triplet: 1B, 46 and B3. RGB value is (27,70,179). Sum of RGB (Red+Green+Blue) = 27+70+179=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 179 (70.31% from 255 or 64.86% from 276); Max value from RGB is 179 - color contains mainly: blue. Hex color #1B46B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B46B3 is #E4B94C. Grayscale: #454545. Windows color (decimal): -14989645 or 11748891. OLE color: 11748891.
HSL color Cylindrical-coordinate representation of color #1B46B3: hue angle of 223.03º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B46B3 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 70 | 179 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.30 |
| HSL | 223.03º | 0.74% | 0.4% | - |
| HSV(B) | 223.03º | 0.85% | 0.7% | - |
| XYZ | 10.78 | 7.87 | 43.6 | - |
| YUV | 69.57 | 189.75 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 70 | 179 | 0.85 | 0.61 | 0 | 0.30 | 223.03 | 0.74 | 0.4 |
| Hex | 1B | 46 | B3 | 55 | 3D | 0 | 1E | DF | 4A | 28 |
| Octal | 33 | 106 | 263 | 125 | 75 | 0 | 36 | 337 | 112 | 50 |
| Binary | 11011 | 1000110 | 10110011 | 1010101 | 111101 | 0 | 11110 | 11011111 | 1001010 | 101000 |
Color Harmonies of #1B46B3
Complementary color
Monochromatic Colors of #1B46B3
Black with #1B46B3
Text Example
Text Example
White with #1B46B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B46B3; }
p { color: rgb(27,70,179); }
H1.HeaderClassName
{
color: #1B46B3;
}
.AnyTagClassName
{
color: #1B46B3;
}
</style>
background-color css
<style>
a { background-color: #1B46B3; }
a { background-color: rgb(27,70,179); }
div.DivClassName
{
background-color: #1B46B3;
}
.BgClassName
{
background-color: #1B46B3;
}
</style>
border-color css
<style>
span { border-color: #1B46B3; }
span { border-color: rgb(27,70,179); }
td.TdClassName
{
border-color: #1B46B3;
}
.TagClassName
{
border-color: #1B46B3;
}
</style>