Shades of Persian Blue #1B3DBB
Tints of Persian Blue #1B3DBB
RGB
CMYK
RGB Variations
Color information
#1B3DBB (or 0x1B3DBB) is known color: Persian Blue. HEX triplet: 1B, 3D and BB. RGB value is (27,61,187). Sum of RGB (Red+Green+Blue) = 27+61+187=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B3DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3DBB is #E4C244. Grayscale: #404040. Windows color (decimal): -14991941 or 12270875. OLE color: 12270875.
HSL color Cylindrical-coordinate representation of color #1B3DBB: hue angle of 227.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B3DBB is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 61 | 187 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.27 |
| HSL | 227.25º | 0.75% | 0.42% | - |
| HSV(B) | 227.25º | 0.86% | 0.73% | - |
| XYZ | 11.09 | 7.16 | 47.81 | - |
| YUV | 65.2 | 196.74 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 187 | 0.86 | 0.67 | 0 | 0.27 | 227.25 | 0.75 | 0.42 |
| Hex | 1B | 3D | BB | 56 | 43 | 0 | 1B | E3 | 4B | 2A |
| Octal | 33 | 75 | 273 | 126 | 103 | 0 | 33 | 343 | 113 | 52 |
| Binary | 11011 | 111101 | 10111011 | 1010110 | 1000011 | 0 | 11011 | 11100011 | 1001011 | 101010 |
Color Harmonies of #1B3DBB
Complementary color
Monochromatic Colors of #1B3DBB
Black with #1B3DBB
Text Example
Text Example
White with #1B3DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3DBB; }
p { color: rgb(27,61,187); }
H1.HeaderClassName
{
color: #1B3DBB;
}
.AnyTagClassName
{
color: #1B3DBB;
}
</style>
background-color css
<style>
a { background-color: #1B3DBB; }
a { background-color: rgb(27,61,187); }
div.DivClassName
{
background-color: #1B3DBB;
}
.BgClassName
{
background-color: #1B3DBB;
}
</style>
border-color css
<style>
span { border-color: #1B3DBB; }
span { border-color: rgb(27,61,187); }
td.TdClassName
{
border-color: #1B3DBB;
}
.TagClassName
{
border-color: #1B3DBB;
}
</style>