Shades of Persian Blue #1334BE
Tints of Persian Blue #1334BE
RGB
CMYK
RGB Variations
Color information
#1334BE (or 0x1334BE) is known color: Persian Blue. HEX triplet: 13, 34 and BE. RGB value is (19,52,190). Sum of RGB (Red+Green+Blue) = 19+52+190=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 190 (74.61% from 255 or 72.80% from 261); Max value from RGB is 190 - color contains mainly: blue. Hex color #1334BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1334BE is #ECCB41. Grayscale: #393939. Windows color (decimal): -15518530 or 12465171. OLE color: 12465171.
HSL color Cylindrical-coordinate representation of color #1334BE: hue angle of 228.42º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1334BE is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 52 | 190 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.25 |
| HSL | 228.42º | 0.82% | 0.41% | - |
| HSV(B) | 228.42º | 0.9% | 0.75% | - |
| XYZ | 10.79 | 6.31 | 49.36 | - |
| YUV | 57.87 | 202.57 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 190 | 0.90 | 0.73 | 0 | 0.25 | 228.42 | 0.82 | 0.41 |
| Hex | 13 | 34 | BE | 5A | 49 | 0 | 19 | E4 | 52 | 29 |
| Octal | 23 | 64 | 276 | 132 | 111 | 0 | 31 | 344 | 122 | 51 |
| Binary | 10011 | 110100 | 10111110 | 1011010 | 1001001 | 0 | 11001 | 11100100 | 1010010 | 101001 |
Color Harmonies of #1334BE
Complementary color
Monochromatic Colors of #1334BE
Black with #1334BE
Text Example
Text Example
White with #1334BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1334BE; }
p { color: rgb(19,52,190); }
H1.HeaderClassName
{
color: #1334BE;
}
.AnyTagClassName
{
color: #1334BE;
}
</style>
background-color css
<style>
a { background-color: #1334BE; }
a { background-color: rgb(19,52,190); }
div.DivClassName
{
background-color: #1334BE;
}
.BgClassName
{
background-color: #1334BE;
}
</style>
border-color css
<style>
span { border-color: #1334BE; }
span { border-color: rgb(19,52,190); }
td.TdClassName
{
border-color: #1334BE;
}
.TagClassName
{
border-color: #1334BE;
}
</style>