Shades of Persian Blue #1230DA
Tints of Persian Blue #1230DA
RGB
CMYK
RGB Variations
Color information
#1230DA (or 0x1230DA) is known color: Persian Blue. HEX triplet: 12, 30 and DA. RGB value is (18,48,218). Sum of RGB (Red+Green+Blue) = 18+48+218=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 218 (85.55% from 255 or 76.76% from 284); Max value from RGB is 218 - color contains mainly: blue. Hex color #1230DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1230DA is #EDCF25. Grayscale: #393939. Windows color (decimal): -15585062 or 14299154. OLE color: 14299154.
HSL color Cylindrical-coordinate representation of color #1230DA: hue angle of 231º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1230DA is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 48 | 218 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.15 |
| HSL | 231º | 0.85% | 0.46% | - |
| HSV(B) | 231º | 0.92% | 0.85% | - |
| XYZ | 13.96 | 7.3 | 67 | - |
| YUV | 58.41 | 218.06 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 218 | 0.92 | 0.78 | 0 | 0.15 | 231 | 0.85 | 0.46 |
| Hex | 12 | 30 | DA | 5C | 4E | 0 | F | E7 | 55 | 2E |
| Octal | 22 | 60 | 332 | 134 | 116 | 0 | 17 | 347 | 125 | 56 |
| Binary | 10010 | 110000 | 11011010 | 1011100 | 1001110 | 0 | 1111 | 11100111 | 1010101 | 101110 |
Color Harmonies of #1230DA
Complementary color
Monochromatic Colors of #1230DA
Black with #1230DA
Text Example
Text Example
White with #1230DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1230DA; }
p { color: rgb(18,48,218); }
H1.HeaderClassName
{
color: #1230DA;
}
.AnyTagClassName
{
color: #1230DA;
}
</style>
background-color css
<style>
a { background-color: #1230DA; }
a { background-color: rgb(18,48,218); }
div.DivClassName
{
background-color: #1230DA;
}
.BgClassName
{
background-color: #1230DA;
}
</style>
border-color css
<style>
span { border-color: #1230DA; }
span { border-color: rgb(18,48,218); }
td.TdClassName
{
border-color: #1230DA;
}
.TagClassName
{
border-color: #1230DA;
}
</style>