Shades of Persian Blue #123CB6
Tints of Persian Blue #123CB6
RGB
CMYK
RGB Variations
Color information
#123CB6 (or 0x123CB6) is known color: Persian Blue. HEX triplet: 12, 3C and B6. RGB value is (18,60,182). Sum of RGB (Red+Green+Blue) = 18+60+182=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 182 (71.48% from 255 or 70% from 260); Max value from RGB is 182 - color contains mainly: blue. Hex color #123CB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123CB6 is #EDC349. Grayscale: #3C3C3C. Windows color (decimal): -15582026 or 11942930. OLE color: 11942930.
HSL color Cylindrical-coordinate representation of color #123CB6: hue angle of 224.63º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123CB6 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 60 | 182 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.29 |
| HSL | 224.63º | 0.82% | 0.39% | - |
| HSV(B) | 224.63º | 0.9% | 0.71% | - |
| XYZ | 10.31 | 6.74 | 45.01 | - |
| YUV | 61.35 | 196.09 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 182 | 0.90 | 0.67 | 0 | 0.29 | 224.63 | 0.82 | 0.39 |
| Hex | 12 | 3C | B6 | 5A | 43 | 0 | 1D | E1 | 52 | 27 |
| Octal | 22 | 74 | 266 | 132 | 103 | 0 | 35 | 341 | 122 | 47 |
| Binary | 10010 | 111100 | 10110110 | 1011010 | 1000011 | 0 | 11101 | 11100001 | 1010010 | 100111 |
Color Harmonies of #123CB6
Complementary color
Monochromatic Colors of #123CB6
Black with #123CB6
Text Example
Text Example
White with #123CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123CB6; }
p { color: rgb(18,60,182); }
H1.HeaderClassName
{
color: #123CB6;
}
.AnyTagClassName
{
color: #123CB6;
}
</style>
background-color css
<style>
a { background-color: #123CB6; }
a { background-color: rgb(18,60,182); }
div.DivClassName
{
background-color: #123CB6;
}
.BgClassName
{
background-color: #123CB6;
}
</style>
border-color css
<style>
span { border-color: #123CB6; }
span { border-color: rgb(18,60,182); }
td.TdClassName
{
border-color: #123CB6;
}
.TagClassName
{
border-color: #123CB6;
}
</style>