Shades of Persian Blue #1233CF
Tints of Persian Blue #1233CF
RGB
CMYK
RGB Variations
Color information
#1233CF (or 0x1233CF) is known color: Persian Blue. HEX triplet: 12, 33 and CF. RGB value is (18,51,207). Sum of RGB (Red+Green+Blue) = 18+51+207=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 207 (81.25% from 255 or 75% from 276); Max value from RGB is 207 - color contains mainly: blue. Hex color #1233CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1233CF is #EDCC30. Grayscale: #3A3A3A. Windows color (decimal): -15584305 or 13579026. OLE color: 13579026.
HSL color Cylindrical-coordinate representation of color #1233CF: hue angle of 229.52º 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 #1233CF is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 51 | 207 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.19 |
| HSL | 229.52º | 0.84% | 0.44% | - |
| HSV(B) | 229.52º | 0.91% | 0.81% | - |
| XYZ | 12.7 | 7 | 59.71 | - |
| YUV | 58.92 | 211.57 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 207 | 0.91 | 0.75 | 0 | 0.19 | 229.52 | 0.84 | 0.44 |
| Hex | 12 | 33 | CF | 5B | 4B | 0 | 13 | E6 | 54 | 2C |
| Octal | 22 | 63 | 317 | 133 | 113 | 0 | 23 | 346 | 124 | 54 |
| Binary | 10010 | 110011 | 11001111 | 1011011 | 1001011 | 0 | 10011 | 11100110 | 1010100 | 101100 |
Color Harmonies of #1233CF
Complementary color
Monochromatic Colors of #1233CF
Black with #1233CF
Text Example
Text Example
White with #1233CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1233CF; }
p { color: rgb(18,51,207); }
H1.HeaderClassName
{
color: #1233CF;
}
.AnyTagClassName
{
color: #1233CF;
}
</style>
background-color css
<style>
a { background-color: #1233CF; }
a { background-color: rgb(18,51,207); }
div.DivClassName
{
background-color: #1233CF;
}
.BgClassName
{
background-color: #1233CF;
}
</style>
border-color css
<style>
span { border-color: #1233CF; }
span { border-color: rgb(18,51,207); }
td.TdClassName
{
border-color: #1233CF;
}
.TagClassName
{
border-color: #1233CF;
}
</style>