Shades of Persian Blue #123FC4
Tints of Persian Blue #123FC4
RGB
CMYK
RGB Variations
Color information
#123FC4 (or 0x123FC4) is known color: Persian Blue. HEX triplet: 12, 3F and C4. RGB value is (18,63,196). Sum of RGB (Red+Green+Blue) = 18+63+196=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 196 (76.95% from 255 or 70.76% from 277); Max value from RGB is 196 - color contains mainly: blue. Hex color #123FC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123FC4 is #EDC03B. Grayscale: #404040. Windows color (decimal): -15581244 or 12861202. OLE color: 12861202.
HSL color Cylindrical-coordinate representation of color #123FC4: hue angle of 224.83º 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 #123FC4 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 63 | 196 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.23 |
| HSL | 224.83º | 0.83% | 0.42% | - |
| HSV(B) | 224.83º | 0.91% | 0.77% | - |
| XYZ | 11.99 | 7.67 | 53.07 | - |
| YUV | 64.71 | 202.09 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 196 | 0.91 | 0.68 | 0 | 0.23 | 224.83 | 0.83 | 0.42 |
| Hex | 12 | 3F | C4 | 5B | 44 | 0 | 17 | E1 | 53 | 2A |
| Octal | 22 | 77 | 304 | 133 | 104 | 0 | 27 | 341 | 123 | 52 |
| Binary | 10010 | 111111 | 11000100 | 1011011 | 1000100 | 0 | 10111 | 11100001 | 1010011 | 101010 |
Color Harmonies of #123FC4
Complementary color
Monochromatic Colors of #123FC4
Black with #123FC4
Text Example
Text Example
White with #123FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123FC4; }
p { color: rgb(18,63,196); }
H1.HeaderClassName
{
color: #123FC4;
}
.AnyTagClassName
{
color: #123FC4;
}
</style>
background-color css
<style>
a { background-color: #123FC4; }
a { background-color: rgb(18,63,196); }
div.DivClassName
{
background-color: #123FC4;
}
.BgClassName
{
background-color: #123FC4;
}
</style>
border-color css
<style>
span { border-color: #123FC4; }
span { border-color: rgb(18,63,196); }
td.TdClassName
{
border-color: #123FC4;
}
.TagClassName
{
border-color: #123FC4;
}
</style>