Shades of Persian Blue #1A33BB
Tints of Persian Blue #1A33BB
RGB
CMYK
RGB Variations
Color information
#1A33BB (or 0x1A33BB) is known color: Persian Blue. HEX triplet: 1A, 33 and BB. RGB value is (26,51,187). Sum of RGB (Red+Green+Blue) = 26+51+187=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 187 (73.44% from 255 or 70.83% from 264); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A33BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A33BB is #E5CC44. Grayscale: #3A3A3A. Windows color (decimal): -15060037 or 12268314. OLE color: 12268314.
HSL color Cylindrical-coordinate representation of color #1A33BB: hue angle of 230.68º degrees, saturation: 0.76, 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 #1A33BB is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 51 | 187 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.27 |
| HSL | 230.68º | 0.76% | 0.42% | - |
| HSV(B) | 230.68º | 0.86% | 0.73% | - |
| XYZ | 10.58 | 6.18 | 47.65 | - |
| YUV | 59.03 | 200.22 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 51 | 187 | 0.86 | 0.73 | 0 | 0.27 | 230.68 | 0.76 | 0.42 |
| Hex | 1A | 33 | BB | 56 | 49 | 0 | 1B | E7 | 4C | 2A |
| Octal | 32 | 63 | 273 | 126 | 111 | 0 | 33 | 347 | 114 | 52 |
| Binary | 11010 | 110011 | 10111011 | 1010110 | 1001001 | 0 | 11011 | 11100111 | 1001100 | 101010 |
Color Harmonies of #1A33BB
Complementary color
Monochromatic Colors of #1A33BB
Black with #1A33BB
Text Example
Text Example
White with #1A33BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A33BB; }
p { color: rgb(26,51,187); }
H1.HeaderClassName
{
color: #1A33BB;
}
.AnyTagClassName
{
color: #1A33BB;
}
</style>
background-color css
<style>
a { background-color: #1A33BB; }
a { background-color: rgb(26,51,187); }
div.DivClassName
{
background-color: #1A33BB;
}
.BgClassName
{
background-color: #1A33BB;
}
</style>
border-color css
<style>
span { border-color: #1A33BB; }
span { border-color: rgb(26,51,187); }
td.TdClassName
{
border-color: #1A33BB;
}
.TagClassName
{
border-color: #1A33BB;
}
</style>