Shades of Persian Blue #1230CE
Tints of Persian Blue #1230CE
RGB
CMYK
RGB Variations
Color information
#1230CE (or 0x1230CE) is known color: Persian Blue. HEX triplet: 12, 30 and CE. RGB value is (18,48,206). Sum of RGB (Red+Green+Blue) = 18+48+206=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #1230CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1230CE is #EDCF31. Grayscale: #383838. Windows color (decimal): -15585074 or 13512722. OLE color: 13512722.
HSL color Cylindrical-coordinate representation of color #1230CE: hue angle of 230.43º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1230CE is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 48 | 206 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.19 |
| HSL | 230.43º | 0.84% | 0.44% | - |
| HSV(B) | 230.43º | 0.91% | 0.81% | - |
| XYZ | 12.45 | 6.7 | 59.03 | - |
| YUV | 57.04 | 212.06 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 206 | 0.91 | 0.77 | 0 | 0.19 | 230.43 | 0.84 | 0.44 |
| Hex | 12 | 30 | CE | 5B | 4D | 0 | 13 | E6 | 54 | 2C |
| Octal | 22 | 60 | 316 | 133 | 115 | 0 | 23 | 346 | 124 | 54 |
| Binary | 10010 | 110000 | 11001110 | 1011011 | 1001101 | 0 | 10011 | 11100110 | 1010100 | 101100 |
Color Harmonies of #1230CE
Complementary color
Monochromatic Colors of #1230CE
Black with #1230CE
Text Example
Text Example
White with #1230CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1230CE; }
p { color: rgb(18,48,206); }
H1.HeaderClassName
{
color: #1230CE;
}
.AnyTagClassName
{
color: #1230CE;
}
</style>
background-color css
<style>
a { background-color: #1230CE; }
a { background-color: rgb(18,48,206); }
div.DivClassName
{
background-color: #1230CE;
}
.BgClassName
{
background-color: #1230CE;
}
</style>
border-color css
<style>
span { border-color: #1230CE; }
span { border-color: rgb(18,48,206); }
td.TdClassName
{
border-color: #1230CE;
}
.TagClassName
{
border-color: #1230CE;
}
</style>