Shades of Persian Blue #103CEF
Tints of Persian Blue #103CEF
RGB
CMYK
RGB Variations
Color information
#103CEF (or 0x103CEF) is known color: Persian Blue. HEX triplet: 10, 3C and EF. RGB value is (16,60,239). Sum of RGB (Red+Green+Blue) = 16+60+239=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #103CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103CEF is #EFC310. Grayscale: #424242. Windows color (decimal): -15713041 or 15678480. OLE color: 15678480.
HSL color Cylindrical-coordinate representation of color #103CEF: hue angle of 228.16º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103CEF is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 60 | 239 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.06 |
| HSL | 228.16º | 0.87% | 0.5% | - |
| HSV(B) | 228.16º | 0.93% | 0.94% | - |
| XYZ | 17.41 | 9.57 | 82.59 | - |
| YUV | 67.25 | 224.92 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 239 | 0.93 | 0.75 | 0 | 0.06 | 228.16 | 0.87 | 0.5 |
| Hex | 10 | 3C | EF | 5D | 4B | 0 | 6 | E4 | 57 | 32 |
| Octal | 20 | 74 | 357 | 135 | 113 | 0 | 6 | 344 | 127 | 62 |
| Binary | 10000 | 111100 | 11101111 | 1011101 | 1001011 | 0 | 110 | 11100100 | 1010111 | 110010 |
Color Harmonies of #103CEF
Complementary color
Monochromatic Colors of #103CEF
Black with #103CEF
Text Example
Text Example
White with #103CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103CEF; }
p { color: rgb(16,60,239); }
H1.HeaderClassName
{
color: #103CEF;
}
.AnyTagClassName
{
color: #103CEF;
}
</style>
background-color css
<style>
a { background-color: #103CEF; }
a { background-color: rgb(16,60,239); }
div.DivClassName
{
background-color: #103CEF;
}
.BgClassName
{
background-color: #103CEF;
}
</style>
border-color css
<style>
span { border-color: #103CEF; }
span { border-color: rgb(16,60,239); }
td.TdClassName
{
border-color: #103CEF;
}
.TagClassName
{
border-color: #103CEF;
}
</style>