Shades of Persian Blue #1B40BC
Tints of Persian Blue #1B40BC
RGB
CMYK
RGB Variations
Color information
#1B40BC (or 0x1B40BC) is known color: Persian Blue. HEX triplet: 1B, 40 and BC. RGB value is (27,64,188). Sum of RGB (Red+Green+Blue) = 27+64+188=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B40BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B40BC is #E4BF43. Grayscale: #424242. Windows color (decimal): -14991172 or 12337179. OLE color: 12337179.
HSL color Cylindrical-coordinate representation of color #1B40BC: hue angle of 226.21º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B40BC is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 64 | 188 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.26 |
| HSL | 226.21º | 0.75% | 0.42% | - |
| HSV(B) | 226.21º | 0.86% | 0.74% | - |
| XYZ | 11.36 | 7.53 | 48.43 | - |
| YUV | 67.07 | 196.24 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 64 | 188 | 0.86 | 0.66 | 0 | 0.26 | 226.21 | 0.75 | 0.42 |
| Hex | 1B | 40 | BC | 56 | 42 | 0 | 1A | E2 | 4B | 2A |
| Octal | 33 | 100 | 274 | 126 | 102 | 0 | 32 | 342 | 113 | 52 |
| Binary | 11011 | 1000000 | 10111100 | 1010110 | 1000010 | 0 | 11010 | 11100010 | 1001011 | 101010 |
Color Harmonies of #1B40BC
Complementary color
Monochromatic Colors of #1B40BC
Black with #1B40BC
Text Example
Text Example
White with #1B40BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B40BC; }
p { color: rgb(27,64,188); }
H1.HeaderClassName
{
color: #1B40BC;
}
.AnyTagClassName
{
color: #1B40BC;
}
</style>
background-color css
<style>
a { background-color: #1B40BC; }
a { background-color: rgb(27,64,188); }
div.DivClassName
{
background-color: #1B40BC;
}
.BgClassName
{
background-color: #1B40BC;
}
</style>
border-color css
<style>
span { border-color: #1B40BC; }
span { border-color: rgb(27,64,188); }
td.TdClassName
{
border-color: #1B40BC;
}
.TagClassName
{
border-color: #1B40BC;
}
</style>