Shades of Persian Blue #123ACC
Tints of Persian Blue #123ACC
RGB
CMYK
RGB Variations
Color information
#123ACC (or 0x123ACC) is known color: Persian Blue. HEX triplet: 12, 3A and CC. RGB value is (18,58,204). Sum of RGB (Red+Green+Blue) = 18+58+204=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #123ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123ACC is #EDC533. Grayscale: #3E3E3E. Windows color (decimal): -15582516 or 13384210. OLE color: 13384210.
HSL color Cylindrical-coordinate representation of color #123ACC: hue angle of 227.1º 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 #123ACC is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 58 | 204 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.2 |
| HSL | 227.1º | 0.84% | 0.44% | - |
| HSV(B) | 227.1º | 0.91% | 0.8% | - |
| XYZ | 12.66 | 7.51 | 57.91 | - |
| YUV | 62.68 | 207.75 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 204 | 0.91 | 0.72 | 0 | 0.2 | 227.1 | 0.84 | 0.44 |
| Hex | 12 | 3A | CC | 5B | 48 | 0 | 14 | E3 | 54 | 2C |
| Octal | 22 | 72 | 314 | 133 | 110 | 0 | 24 | 343 | 124 | 54 |
| Binary | 10010 | 111010 | 11001100 | 1011011 | 1001000 | 0 | 10100 | 11100011 | 1010100 | 101100 |
Color Harmonies of #123ACC
Complementary color
Monochromatic Colors of #123ACC
Black with #123ACC
Text Example
Text Example
White with #123ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123ACC; }
p { color: rgb(18,58,204); }
H1.HeaderClassName
{
color: #123ACC;
}
.AnyTagClassName
{
color: #123ACC;
}
</style>
background-color css
<style>
a { background-color: #123ACC; }
a { background-color: rgb(18,58,204); }
div.DivClassName
{
background-color: #123ACC;
}
.BgClassName
{
background-color: #123ACC;
}
</style>
border-color css
<style>
span { border-color: #123ACC; }
span { border-color: rgb(18,58,204); }
td.TdClassName
{
border-color: #123ACC;
}
.TagClassName
{
border-color: #123ACC;
}
</style>