Shades of Persian Blue #1B2CCE
Tints of Persian Blue #1B2CCE
RGB
CMYK
RGB Variations
Color information
#1B2CCE (or 0x1B2CCE) is known color: Persian Blue. HEX triplet: 1B, 2C and CE. RGB value is (27,44,206). Sum of RGB (Red+Green+Blue) = 27+44+206=277 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.75% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 206 (80.86% from 255 or 74.37% from 277); Max value from RGB is 206 - color contains mainly: blue. Hex color #1B2CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2CCE is #E4D331. Grayscale: #383838. Windows color (decimal): -14996274 or 13511707. OLE color: 13511707.
HSL color Cylindrical-coordinate representation of color #1B2CCE: hue angle of 234.3º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B2CCE is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 44 | 206 | - |
| CMYK | 0.87 | 0.79 | 0 | 0.19 |
| HSL | 234.3º | 0.77% | 0.46% | - |
| HSV(B) | 234.3º | 0.87% | 0.81% | - |
| XYZ | 12.49 | 6.49 | 58.99 | - |
| YUV | 57.39 | 211.87 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 44 | 206 | 0.87 | 0.79 | 0 | 0.19 | 234.3 | 0.77 | 0.46 |
| Hex | 1B | 2C | CE | 57 | 4F | 0 | 13 | EA | 4D | 2E |
| Octal | 33 | 54 | 316 | 127 | 117 | 0 | 23 | 352 | 115 | 56 |
| Binary | 11011 | 101100 | 11001110 | 1010111 | 1001111 | 0 | 10011 | 11101010 | 1001101 | 101110 |
Color Harmonies of #1B2CCE
Complementary color
Monochromatic Colors of #1B2CCE
Black with #1B2CCE
Text Example
Text Example
White with #1B2CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2CCE; }
p { color: rgb(27,44,206); }
H1.HeaderClassName
{
color: #1B2CCE;
}
.AnyTagClassName
{
color: #1B2CCE;
}
</style>
background-color css
<style>
a { background-color: #1B2CCE; }
a { background-color: rgb(27,44,206); }
div.DivClassName
{
background-color: #1B2CCE;
}
.BgClassName
{
background-color: #1B2CCE;
}
</style>
border-color css
<style>
span { border-color: #1B2CCE; }
span { border-color: rgb(27,44,206); }
td.TdClassName
{
border-color: #1B2CCE;
}
.TagClassName
{
border-color: #1B2CCE;
}
</style>