Shades of Persian Blue #1B3ADB
Tints of Persian Blue #1B3ADB
RGB
CMYK
RGB Variations
Color information
#1B3ADB (or 0x1B3ADB) is known color: Persian Blue. HEX triplet: 1B, 3A and DB. RGB value is (27,58,219). Sum of RGB (Red+Green+Blue) = 27+58+219=304 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.88% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B3ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3ADB is #E4C524. Grayscale: #424242. Windows color (decimal): -14992677 or 14367259. OLE color: 14367259.
HSL color Cylindrical-coordinate representation of color #1B3ADB: hue angle of 230.31º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B3ADB is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 58 | 219 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.14 |
| HSL | 230.31º | 0.78% | 0.48% | - |
| HSV(B) | 230.31º | 0.88% | 0.86% | - |
| XYZ | 14.75 | 8.37 | 67.86 | - |
| YUV | 67.09 | 213.73 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 58 | 219 | 0.88 | 0.74 | 0 | 0.14 | 230.31 | 0.78 | 0.48 |
| Hex | 1B | 3A | DB | 58 | 4A | 0 | E | E6 | 4E | 30 |
| Octal | 33 | 72 | 333 | 130 | 112 | 0 | 16 | 346 | 116 | 60 |
| Binary | 11011 | 111010 | 11011011 | 1011000 | 1001010 | 0 | 1110 | 11100110 | 1001110 | 110000 |
Color Harmonies of #1B3ADB
Complementary color
Monochromatic Colors of #1B3ADB
Black with #1B3ADB
Text Example
Text Example
White with #1B3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3ADB; }
p { color: rgb(27,58,219); }
H1.HeaderClassName
{
color: #1B3ADB;
}
.AnyTagClassName
{
color: #1B3ADB;
}
</style>
background-color css
<style>
a { background-color: #1B3ADB; }
a { background-color: rgb(27,58,219); }
div.DivClassName
{
background-color: #1B3ADB;
}
.BgClassName
{
background-color: #1B3ADB;
}
</style>
border-color css
<style>
span { border-color: #1B3ADB; }
span { border-color: rgb(27,58,219); }
td.TdClassName
{
border-color: #1B3ADB;
}
.TagClassName
{
border-color: #1B3ADB;
}
</style>