Shades of Persian Blue #1A1CCC
Tints of Persian Blue #1A1CCC
RGB
CMYK
RGB Variations
Color information
#1A1CCC (or 0x1A1CCC) is known color: Persian Blue. HEX triplet: 1A, 1C and CC. RGB value is (26,28,204). Sum of RGB (Red+Green+Blue) = 26+28+204=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 204 (80.08% from 255 or 79.07% from 258); Max value from RGB is 204 - color contains mainly: blue. Hex color #1A1CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1CCC is #E5E333. Grayscale: #2E2E2E. Windows color (decimal): -15065908 or 13376538. OLE color: 13376538.
HSL color Cylindrical-coordinate representation of color #1A1CCC: hue angle of 239.33º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A1CCC is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 26 | 28 | 204 | - |
| CMYK | 0.87 | 0.86 | 0 | 0.2 |
| HSL | 239.33º | 0.77% | 0.45% | - |
| HSV(B) | 239.33º | 0.87% | 0.8% | - |
| XYZ | 11.74 | 5.41 | 57.55 | - |
| YUV | 47.47 | 216.34 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 28 | 204 | 0.87 | 0.86 | 0 | 0.2 | 239.33 | 0.77 | 0.45 |
| Hex | 1A | 1C | CC | 57 | 56 | 0 | 14 | EF | 4D | 2D |
| Octal | 32 | 34 | 314 | 127 | 126 | 0 | 24 | 357 | 115 | 55 |
| Binary | 11010 | 11100 | 11001100 | 1010111 | 1010110 | 0 | 10100 | 11101111 | 1001101 | 101101 |
Color Harmonies of #1A1CCC
Complementary color
Monochromatic Colors of #1A1CCC
Black with #1A1CCC
Text Example
Text Example
White with #1A1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1CCC; }
p { color: rgb(26,28,204); }
H1.HeaderClassName
{
color: #1A1CCC;
}
.AnyTagClassName
{
color: #1A1CCC;
}
</style>
background-color css
<style>
a { background-color: #1A1CCC; }
a { background-color: rgb(26,28,204); }
div.DivClassName
{
background-color: #1A1CCC;
}
.BgClassName
{
background-color: #1A1CCC;
}
</style>
border-color css
<style>
span { border-color: #1A1CCC; }
span { border-color: rgb(26,28,204); }
td.TdClassName
{
border-color: #1A1CCC;
}
.TagClassName
{
border-color: #1A1CCC;
}
</style>