Shades of Persian Blue #1B3AC8
Tints of Persian Blue #1B3AC8
RGB
CMYK
RGB Variations
Color information
#1B3AC8 (or 0x1B3AC8) is known color: Persian Blue. HEX triplet: 1B, 3A and C8. RGB value is (27,58,200). Sum of RGB (Red+Green+Blue) = 27+58+200=285 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.47% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 200 (78.52% from 255 or 70.18% from 285); Max value from RGB is 200 - color contains mainly: blue. Hex color #1B3AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3AC8 is #E4C537. Grayscale: #404040. Windows color (decimal): -14992696 or 13122075. OLE color: 13122075.
HSL color Cylindrical-coordinate representation of color #1B3AC8: hue angle of 229.25º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B3AC8 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 58 | 200 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.22 |
| HSL | 229.25º | 0.76% | 0.45% | - |
| HSV(B) | 229.25º | 0.87% | 0.78% | - |
| XYZ | 12.39 | 7.43 | 55.42 | - |
| YUV | 64.92 | 204.23 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 58 | 200 | 0.86 | 0.71 | 0 | 0.22 | 229.25 | 0.76 | 0.45 |
| Hex | 1B | 3A | C8 | 56 | 47 | 0 | 16 | E5 | 4C | 2D |
| Octal | 33 | 72 | 310 | 126 | 107 | 0 | 26 | 345 | 114 | 55 |
| Binary | 11011 | 111010 | 11001000 | 1010110 | 1000111 | 0 | 10110 | 11100101 | 1001100 | 101101 |
Color Harmonies of #1B3AC8
Complementary color
Monochromatic Colors of #1B3AC8
Black with #1B3AC8
Text Example
Text Example
White with #1B3AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3AC8; }
p { color: rgb(27,58,200); }
H1.HeaderClassName
{
color: #1B3AC8;
}
.AnyTagClassName
{
color: #1B3AC8;
}
</style>
background-color css
<style>
a { background-color: #1B3AC8; }
a { background-color: rgb(27,58,200); }
div.DivClassName
{
background-color: #1B3AC8;
}
.BgClassName
{
background-color: #1B3AC8;
}
</style>
border-color css
<style>
span { border-color: #1B3AC8; }
span { border-color: rgb(27,58,200); }
td.TdClassName
{
border-color: #1B3AC8;
}
.TagClassName
{
border-color: #1B3AC8;
}
</style>