Shades of Persian Blue #1B33F2
Tints of Persian Blue #1B33F2
RGB
CMYK
RGB Variations
Color information
#1B33F2 (or 0x1B33F2) is known color: Persian Blue. HEX triplet: 1B, 33 and F2. RGB value is (27,51,242). Sum of RGB (Red+Green+Blue) = 27+51+242=320 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.44% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 242 (94.92% from 255 or 75.62% from 320); Max value from RGB is 242 - color contains mainly: blue. Hex color #1B33F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B33F2 is #E4CC0D. Grayscale: #404040. Windows color (decimal): -14994446 or 15872795. OLE color: 15872795.
HSL color Cylindrical-coordinate representation of color #1B33F2: hue angle of 233.3º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B33F2 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 27 | 51 | 242 | - |
| CMYK | 0.89 | 0.79 | 0 | 0.05 |
| HSL | 233.3º | 0.89% | 0.53% | - |
| HSV(B) | 233.3º | 0.89% | 0.95% | - |
| XYZ | 17.66 | 9.01 | 84.81 | - |
| YUV | 65.6 | 227.55 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 51 | 242 | 0.89 | 0.79 | 0 | 0.05 | 233.3 | 0.89 | 0.53 |
| Hex | 1B | 33 | F2 | 59 | 4F | 0 | 5 | E9 | 59 | 35 |
| Octal | 33 | 63 | 362 | 131 | 117 | 0 | 5 | 351 | 131 | 65 |
| Binary | 11011 | 110011 | 11110010 | 1011001 | 1001111 | 0 | 101 | 11101001 | 1011001 | 110101 |
Color Harmonies of #1B33F2
Complementary color
Monochromatic Colors of #1B33F2
Black with #1B33F2
Text Example
Text Example
White with #1B33F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B33F2; }
p { color: rgb(27,51,242); }
H1.HeaderClassName
{
color: #1B33F2;
}
.AnyTagClassName
{
color: #1B33F2;
}
</style>
background-color css
<style>
a { background-color: #1B33F2; }
a { background-color: rgb(27,51,242); }
div.DivClassName
{
background-color: #1B33F2;
}
.BgClassName
{
background-color: #1B33F2;
}
</style>
border-color css
<style>
span { border-color: #1B33F2; }
span { border-color: rgb(27,51,242); }
td.TdClassName
{
border-color: #1B33F2;
}
.TagClassName
{
border-color: #1B33F2;
}
</style>