Shades of Persian Blue #1A30DC
Tints of Persian Blue #1A30DC
RGB
CMYK
RGB Variations
Color information
#1A30DC (or 0x1A30DC) is known color: Persian Blue. HEX triplet: 1A, 30 and DC. RGB value is (26,48,220). Sum of RGB (Red+Green+Blue) = 26+48+220=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 220 (86.33% from 255 or 74.83% from 294); Max value from RGB is 220 - color contains mainly: blue. Hex color #1A30DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A30DC is #E5CF23. Grayscale: #3C3C3C. Windows color (decimal): -15060772 or 14430234. OLE color: 14430234.
HSL color Cylindrical-coordinate representation of color #1A30DC: hue angle of 233.2º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A30DC is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 48 | 220 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.14 |
| HSL | 233.2º | 0.79% | 0.48% | - |
| HSV(B) | 233.2º | 0.88% | 0.86% | - |
| XYZ | 14.4 | 7.5 | 68.4 | - |
| YUV | 61.03 | 217.71 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 220 | 0.88 | 0.78 | 0 | 0.14 | 233.2 | 0.79 | 0.48 |
| Hex | 1A | 30 | DC | 58 | 4E | 0 | E | E9 | 4F | 30 |
| Octal | 32 | 60 | 334 | 130 | 116 | 0 | 16 | 351 | 117 | 60 |
| Binary | 11010 | 110000 | 11011100 | 1011000 | 1001110 | 0 | 1110 | 11101001 | 1001111 | 110000 |
Color Harmonies of #1A30DC
Complementary color
Monochromatic Colors of #1A30DC
Black with #1A30DC
Text Example
Text Example
White with #1A30DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A30DC; }
p { color: rgb(26,48,220); }
H1.HeaderClassName
{
color: #1A30DC;
}
.AnyTagClassName
{
color: #1A30DC;
}
</style>
background-color css
<style>
a { background-color: #1A30DC; }
a { background-color: rgb(26,48,220); }
div.DivClassName
{
background-color: #1A30DC;
}
.BgClassName
{
background-color: #1A30DC;
}
</style>
border-color css
<style>
span { border-color: #1A30DC; }
span { border-color: rgb(26,48,220); }
td.TdClassName
{
border-color: #1A30DC;
}
.TagClassName
{
border-color: #1A30DC;
}
</style>