Shades of Persian Blue #1B3AC6
Tints of Persian Blue #1B3AC6
RGB
CMYK
RGB Variations
Color information
#1B3AC6 (or 0x1B3AC6) is known color: Persian Blue. HEX triplet: 1B, 3A and C6. RGB value is (27,58,198). Sum of RGB (Red+Green+Blue) = 27+58+198=283 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.54% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 198 (77.73% from 255 or 69.96% from 283); Max value from RGB is 198 - color contains mainly: blue. Hex color #1B3AC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3AC6 is #E4C539. Grayscale: #404040. Windows color (decimal): -14992698 or 12991003. OLE color: 12991003.
HSL color Cylindrical-coordinate representation of color #1B3AC6: hue angle of 229.12º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B3AC6 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 58 | 198 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.22 |
| HSL | 229.12º | 0.76% | 0.44% | - |
| HSV(B) | 229.12º | 0.86% | 0.78% | - |
| XYZ | 12.16 | 7.34 | 54.2 | - |
| YUV | 64.69 | 203.23 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 58 | 198 | 0.86 | 0.71 | 0 | 0.22 | 229.12 | 0.76 | 0.44 |
| Hex | 1B | 3A | C6 | 56 | 47 | 0 | 16 | E5 | 4C | 2C |
| Octal | 33 | 72 | 306 | 126 | 107 | 0 | 26 | 345 | 114 | 54 |
| Binary | 11011 | 111010 | 11000110 | 1010110 | 1000111 | 0 | 10110 | 11100101 | 1001100 | 101100 |
Color Harmonies of #1B3AC6
Complementary color
Monochromatic Colors of #1B3AC6
Black with #1B3AC6
Text Example
Text Example
White with #1B3AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3AC6; }
p { color: rgb(27,58,198); }
H1.HeaderClassName
{
color: #1B3AC6;
}
.AnyTagClassName
{
color: #1B3AC6;
}
</style>
background-color css
<style>
a { background-color: #1B3AC6; }
a { background-color: rgb(27,58,198); }
div.DivClassName
{
background-color: #1B3AC6;
}
.BgClassName
{
background-color: #1B3AC6;
}
</style>
border-color css
<style>
span { border-color: #1B3AC6; }
span { border-color: rgb(27,58,198); }
td.TdClassName
{
border-color: #1B3AC6;
}
.TagClassName
{
border-color: #1B3AC6;
}
</style>