Shades of Persian Blue #1B33C5
Tints of Persian Blue #1B33C5
RGB
CMYK
RGB Variations
Color information
#1B33C5 (or 0x1B33C5) is known color: Persian Blue. HEX triplet: 1B, 33 and C5. RGB value is (27,51,197). Sum of RGB (Red+Green+Blue) = 27+51+197=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 197 (77.34% from 255 or 71.64% from 275); Max value from RGB is 197 - color contains mainly: blue. Hex color #1B33C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B33C5 is #E4CC3A. Grayscale: #3B3B3B. Windows color (decimal): -14994491 or 12923675. OLE color: 12923675.
HSL color Cylindrical-coordinate representation of color #1B33C5: hue angle of 231.53º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B33C5 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 51 | 197 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.23 |
| HSL | 231.53º | 0.76% | 0.44% | - |
| HSV(B) | 231.53º | 0.86% | 0.77% | - |
| XYZ | 11.71 | 6.63 | 53.49 | - |
| YUV | 60.47 | 205.05 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 51 | 197 | 0.86 | 0.74 | 0 | 0.23 | 231.53 | 0.76 | 0.44 |
| Hex | 1B | 33 | C5 | 56 | 4A | 0 | 17 | E8 | 4C | 2C |
| Octal | 33 | 63 | 305 | 126 | 112 | 0 | 27 | 350 | 114 | 54 |
| Binary | 11011 | 110011 | 11000101 | 1010110 | 1001010 | 0 | 10111 | 11101000 | 1001100 | 101100 |
Color Harmonies of #1B33C5
Complementary color
Monochromatic Colors of #1B33C5
Black with #1B33C5
Text Example
Text Example
White with #1B33C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B33C5; }
p { color: rgb(27,51,197); }
H1.HeaderClassName
{
color: #1B33C5;
}
.AnyTagClassName
{
color: #1B33C5;
}
</style>
background-color css
<style>
a { background-color: #1B33C5; }
a { background-color: rgb(27,51,197); }
div.DivClassName
{
background-color: #1B33C5;
}
.BgClassName
{
background-color: #1B33C5;
}
</style>
border-color css
<style>
span { border-color: #1B33C5; }
span { border-color: rgb(27,51,197); }
td.TdClassName
{
border-color: #1B33C5;
}
.TagClassName
{
border-color: #1B33C5;
}
</style>