Shades of Persian Blue #163CEE
Tints of Persian Blue #163CEE
RGB
CMYK
RGB Variations
Color information
#163CEE (or 0x163CEE) is known color: Persian Blue. HEX triplet: 16, 3C and EE. RGB value is (22,60,238). Sum of RGB (Red+Green+Blue) = 22+60+238=320 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.88% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 238 (93.36% from 255 or 74.38% from 320); Max value from RGB is 238 - color contains mainly: blue. Hex color #163CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163CEE is #E9C311. Grayscale: #444444. Windows color (decimal): -15319826 or 15612950. OLE color: 15612950.
HSL color Cylindrical-coordinate representation of color #163CEE: hue angle of 229.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #163CEE is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 60 | 238 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.07 |
| HSL | 229.44º | 0.86% | 0.51% | - |
| HSV(B) | 229.44º | 0.91% | 0.93% | - |
| XYZ | 17.38 | 9.58 | 81.82 | - |
| YUV | 68.93 | 223.41 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 60 | 238 | 0.91 | 0.75 | 0 | 0.07 | 229.44 | 0.86 | 0.51 |
| Hex | 16 | 3C | EE | 5B | 4B | 0 | 7 | E5 | 56 | 33 |
| Octal | 26 | 74 | 356 | 133 | 113 | 0 | 7 | 345 | 126 | 63 |
| Binary | 10110 | 111100 | 11101110 | 1011011 | 1001011 | 0 | 111 | 11100101 | 1010110 | 110011 |
Color Harmonies of #163CEE
Complementary color
Monochromatic Colors of #163CEE
Black with #163CEE
Text Example
Text Example
White with #163CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163CEE; }
p { color: rgb(22,60,238); }
H1.HeaderClassName
{
color: #163CEE;
}
.AnyTagClassName
{
color: #163CEE;
}
</style>
background-color css
<style>
a { background-color: #163CEE; }
a { background-color: rgb(22,60,238); }
div.DivClassName
{
background-color: #163CEE;
}
.BgClassName
{
background-color: #163CEE;
}
</style>
border-color css
<style>
span { border-color: #163CEE; }
span { border-color: rgb(22,60,238); }
td.TdClassName
{
border-color: #163CEE;
}
.TagClassName
{
border-color: #163CEE;
}
</style>