Shades of Persian Blue #1B3ADD
Tints of Persian Blue #1B3ADD
RGB
CMYK
RGB Variations
Color information
#1B3ADD (or 0x1B3ADD) is known color: Persian Blue. HEX triplet: 1B, 3A and DD. RGB value is (27,58,221). Sum of RGB (Red+Green+Blue) = 27+58+221=306 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.82% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B3ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3ADD is #E4C522. Grayscale: #424242. Windows color (decimal): -14992675 or 14498331. OLE color: 14498331.
HSL color Cylindrical-coordinate representation of color #1B3ADD: hue angle of 230.41º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B3ADD is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 58 | 221 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.13 |
| HSL | 230.41º | 0.78% | 0.49% | - |
| HSV(B) | 230.41º | 0.88% | 0.87% | - |
| XYZ | 15.02 | 8.48 | 69.25 | - |
| YUV | 67.31 | 214.73 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 58 | 221 | 0.88 | 0.74 | 0 | 0.13 | 230.41 | 0.78 | 0.49 |
| Hex | 1B | 3A | DD | 58 | 4A | 0 | D | E6 | 4E | 31 |
| Octal | 33 | 72 | 335 | 130 | 112 | 0 | 15 | 346 | 116 | 61 |
| Binary | 11011 | 111010 | 11011101 | 1011000 | 1001010 | 0 | 1101 | 11100110 | 1001110 | 110001 |
Color Harmonies of #1B3ADD
Complementary color
Monochromatic Colors of #1B3ADD
Black with #1B3ADD
Text Example
Text Example
White with #1B3ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3ADD; }
p { color: rgb(27,58,221); }
H1.HeaderClassName
{
color: #1B3ADD;
}
.AnyTagClassName
{
color: #1B3ADD;
}
</style>
background-color css
<style>
a { background-color: #1B3ADD; }
a { background-color: rgb(27,58,221); }
div.DivClassName
{
background-color: #1B3ADD;
}
.BgClassName
{
background-color: #1B3ADD;
}
</style>
border-color css
<style>
span { border-color: #1B3ADD; }
span { border-color: rgb(27,58,221); }
td.TdClassName
{
border-color: #1B3ADD;
}
.TagClassName
{
border-color: #1B3ADD;
}
</style>