Shades of Persian Blue #1B23BC
Tints of Persian Blue #1B23BC
RGB
CMYK
RGB Variations
Color information
#1B23BC (or 0x1B23BC) is known color: Persian Blue. HEX triplet: 1B, 23 and BC. RGB value is (27,35,188). Sum of RGB (Red+Green+Blue) = 27+35+188=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B23BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B23BC is #E4DC43. Grayscale: #313131. Windows color (decimal): -14998596 or 12329755. OLE color: 12329755.
HSL color Cylindrical-coordinate representation of color #1B23BC: hue angle of 237.02º 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 #1B23BC is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 35 | 188 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.26 |
| HSL | 237.02º | 0.75% | 0.42% | - |
| HSV(B) | 237.02º | 0.86% | 0.74% | - |
| XYZ | 10.13 | 5.07 | 48.02 | - |
| YUV | 50.05 | 205.85 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 35 | 188 | 0.86 | 0.81 | 0 | 0.26 | 237.02 | 0.75 | 0.42 |
| Hex | 1B | 23 | BC | 56 | 51 | 0 | 1A | ED | 4B | 2A |
| Octal | 33 | 43 | 274 | 126 | 121 | 0 | 32 | 355 | 113 | 52 |
| Binary | 11011 | 100011 | 10111100 | 1010110 | 1010001 | 0 | 11010 | 11101101 | 1001011 | 101010 |
Color Harmonies of #1B23BC
Complementary color
Monochromatic Colors of #1B23BC
Black with #1B23BC
Text Example
Text Example
White with #1B23BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B23BC; }
p { color: rgb(27,35,188); }
H1.HeaderClassName
{
color: #1B23BC;
}
.AnyTagClassName
{
color: #1B23BC;
}
</style>
background-color css
<style>
a { background-color: #1B23BC; }
a { background-color: rgb(27,35,188); }
div.DivClassName
{
background-color: #1B23BC;
}
.BgClassName
{
background-color: #1B23BC;
}
</style>
border-color css
<style>
span { border-color: #1B23BC; }
span { border-color: rgb(27,35,188); }
td.TdClassName
{
border-color: #1B23BC;
}
.TagClassName
{
border-color: #1B23BC;
}
</style>