Shades of Persian Blue #123DCC
Tints of Persian Blue #123DCC
RGB
CMYK
RGB Variations
Color information
#123DCC (or 0x123DCC) is known color: Persian Blue. HEX triplet: 12, 3D and CC. RGB value is (18,61,204). Sum of RGB (Red+Green+Blue) = 18+61+204=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #123DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123DCC is #EDC233. Grayscale: #3F3F3F. Windows color (decimal): -15581748 or 13384978. OLE color: 13384978.
HSL color Cylindrical-coordinate representation of color #123DCC: hue angle of 226.13º 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 #123DCC is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 61 | 204 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.2 |
| HSL | 226.13º | 0.84% | 0.44% | - |
| HSV(B) | 226.13º | 0.91% | 0.8% | - |
| XYZ | 12.82 | 7.83 | 57.96 | - |
| YUV | 64.45 | 206.75 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 204 | 0.91 | 0.70 | 0 | 0.2 | 226.13 | 0.84 | 0.44 |
| Hex | 12 | 3D | CC | 5B | 46 | 0 | 14 | E2 | 54 | 2C |
| Octal | 22 | 75 | 314 | 133 | 106 | 0 | 24 | 342 | 124 | 54 |
| Binary | 10010 | 111101 | 11001100 | 1011011 | 1000110 | 0 | 10100 | 11100010 | 1010100 | 101100 |
Color Harmonies of #123DCC
Complementary color
Monochromatic Colors of #123DCC
Black with #123DCC
Text Example
Text Example
White with #123DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DCC; }
p { color: rgb(18,61,204); }
H1.HeaderClassName
{
color: #123DCC;
}
.AnyTagClassName
{
color: #123DCC;
}
</style>
background-color css
<style>
a { background-color: #123DCC; }
a { background-color: rgb(18,61,204); }
div.DivClassName
{
background-color: #123DCC;
}
.BgClassName
{
background-color: #123DCC;
}
</style>
border-color css
<style>
span { border-color: #123DCC; }
span { border-color: rgb(18,61,204); }
td.TdClassName
{
border-color: #123DCC;
}
.TagClassName
{
border-color: #123DCC;
}
</style>