Shades of Persian Blue #1235CC
Tints of Persian Blue #1235CC
RGB
CMYK
RGB Variations
Color information
#1235CC (or 0x1235CC) is known color: Persian Blue. HEX triplet: 12, 35 and CC. RGB value is (18,53,204). Sum of RGB (Red+Green+Blue) = 18+53+204=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #1235CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1235CC is #EDCA33. Grayscale: #3B3B3B. Windows color (decimal): -15583796 or 13382930. OLE color: 13382930.
HSL color Cylindrical-coordinate representation of color #1235CC: hue angle of 228.71º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1235CC is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 53 | 204 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.2 |
| HSL | 228.71º | 0.84% | 0.44% | - |
| HSV(B) | 228.71º | 0.91% | 0.8% | - |
| XYZ | 12.42 | 7.03 | 57.83 | - |
| YUV | 59.75 | 209.4 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 204 | 0.91 | 0.74 | 0 | 0.2 | 228.71 | 0.84 | 0.44 |
| Hex | 12 | 35 | CC | 5B | 4A | 0 | 14 | E5 | 54 | 2C |
| Octal | 22 | 65 | 314 | 133 | 112 | 0 | 24 | 345 | 124 | 54 |
| Binary | 10010 | 110101 | 11001100 | 1011011 | 1001010 | 0 | 10100 | 11100101 | 1010100 | 101100 |
Color Harmonies of #1235CC
Complementary color
Monochromatic Colors of #1235CC
Black with #1235CC
Text Example
Text Example
White with #1235CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1235CC; }
p { color: rgb(18,53,204); }
H1.HeaderClassName
{
color: #1235CC;
}
.AnyTagClassName
{
color: #1235CC;
}
</style>
background-color css
<style>
a { background-color: #1235CC; }
a { background-color: rgb(18,53,204); }
div.DivClassName
{
background-color: #1235CC;
}
.BgClassName
{
background-color: #1235CC;
}
</style>
border-color css
<style>
span { border-color: #1235CC; }
span { border-color: rgb(18,53,204); }
td.TdClassName
{
border-color: #1235CC;
}
.TagClassName
{
border-color: #1235CC;
}
</style>