Shades of Persian Blue #123DC4
Tints of Persian Blue #123DC4
RGB
CMYK
RGB Variations
Color information
#123DC4 (or 0x123DC4) is known color: Persian Blue. HEX triplet: 12, 3D and C4. RGB value is (18,61,196). Sum of RGB (Red+Green+Blue) = 18+61+196=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 196 (76.95% from 255 or 71.27% from 275); Max value from RGB is 196 - color contains mainly: blue. Hex color #123DC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123DC4 is #EDC23B. Grayscale: #3E3E3E. Windows color (decimal): -15581756 or 12860690. OLE color: 12860690.
HSL color Cylindrical-coordinate representation of color #123DC4: hue angle of 225.51º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123DC4 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 61 | 196 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.23 |
| HSL | 225.51º | 0.83% | 0.42% | - |
| HSV(B) | 225.51º | 0.91% | 0.77% | - |
| XYZ | 11.88 | 7.45 | 53.04 | - |
| YUV | 63.53 | 202.75 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 196 | 0.91 | 0.69 | 0 | 0.23 | 225.51 | 0.83 | 0.42 |
| Hex | 12 | 3D | C4 | 5B | 45 | 0 | 17 | E2 | 53 | 2A |
| Octal | 22 | 75 | 304 | 133 | 105 | 0 | 27 | 342 | 123 | 52 |
| Binary | 10010 | 111101 | 11000100 | 1011011 | 1000101 | 0 | 10111 | 11100010 | 1010011 | 101010 |
Color Harmonies of #123DC4
Complementary color
Monochromatic Colors of #123DC4
Black with #123DC4
Text Example
Text Example
White with #123DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DC4; }
p { color: rgb(18,61,196); }
H1.HeaderClassName
{
color: #123DC4;
}
.AnyTagClassName
{
color: #123DC4;
}
</style>
background-color css
<style>
a { background-color: #123DC4; }
a { background-color: rgb(18,61,196); }
div.DivClassName
{
background-color: #123DC4;
}
.BgClassName
{
background-color: #123DC4;
}
</style>
border-color css
<style>
span { border-color: #123DC4; }
span { border-color: rgb(18,61,196); }
td.TdClassName
{
border-color: #123DC4;
}
.TagClassName
{
border-color: #123DC4;
}
</style>