Shades of Persian Blue #1334C4
Tints of Persian Blue #1334C4
RGB
CMYK
RGB Variations
Color information
#1334C4 (or 0x1334C4) is known color: Persian Blue. HEX triplet: 13, 34 and C4. RGB value is (19,52,196). Sum of RGB (Red+Green+Blue) = 19+52+196=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 196 (76.95% from 255 or 73.41% from 267); Max value from RGB is 196 - color contains mainly: blue. Hex color #1334C4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1334C4 is #ECCB3B. Grayscale: #393939. Windows color (decimal): -15518524 or 12858387. OLE color: 12858387.
HSL color Cylindrical-coordinate representation of color #1334C4: hue angle of 228.81º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1334C4 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 52 | 196 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.23 |
| HSL | 228.81º | 0.82% | 0.42% | - |
| HSV(B) | 228.81º | 0.9% | 0.77% | - |
| XYZ | 11.46 | 6.58 | 52.89 | - |
| YUV | 58.55 | 205.57 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 196 | 0.90 | 0.73 | 0 | 0.23 | 228.81 | 0.82 | 0.42 |
| Hex | 13 | 34 | C4 | 5A | 49 | 0 | 17 | E5 | 52 | 2A |
| Octal | 23 | 64 | 304 | 132 | 111 | 0 | 27 | 345 | 122 | 52 |
| Binary | 10011 | 110100 | 11000100 | 1011010 | 1001001 | 0 | 10111 | 11100101 | 1010010 | 101010 |
Color Harmonies of #1334C4
Complementary color
Monochromatic Colors of #1334C4
Black with #1334C4
Text Example
Text Example
White with #1334C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1334C4; }
p { color: rgb(19,52,196); }
H1.HeaderClassName
{
color: #1334C4;
}
.AnyTagClassName
{
color: #1334C4;
}
</style>
background-color css
<style>
a { background-color: #1334C4; }
a { background-color: rgb(19,52,196); }
div.DivClassName
{
background-color: #1334C4;
}
.BgClassName
{
background-color: #1334C4;
}
</style>
border-color css
<style>
span { border-color: #1334C4; }
span { border-color: rgb(19,52,196); }
td.TdClassName
{
border-color: #1334C4;
}
.TagClassName
{
border-color: #1334C4;
}
</style>