Shades of Persian Blue #102DCC
Tints of Persian Blue #102DCC
RGB
CMYK
RGB Variations
Color information
#102DCC (or 0x102DCC) is known color: Persian Blue. HEX triplet: 10, 2D and CC. RGB value is (16,45,204). Sum of RGB (Red+Green+Blue) = 16+45+204=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 204 (80.08% from 255 or 76.98% from 265); Max value from RGB is 204 - color contains mainly: blue. Hex color #102DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102DCC is #EFD233. Grayscale: #353535. Windows color (decimal): -15716916 or 13380880. OLE color: 13380880.
HSL color Cylindrical-coordinate representation of color #102DCC: hue angle of 230.74º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #102DCC is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 45 | 204 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.2 |
| HSL | 230.74º | 0.85% | 0.43% | - |
| HSV(B) | 230.74º | 0.92% | 0.8% | - |
| XYZ | 12.05 | 6.35 | 57.72 | - |
| YUV | 54.46 | 212.39 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 204 | 0.92 | 0.78 | 0 | 0.2 | 230.74 | 0.85 | 0.43 |
| Hex | 10 | 2D | CC | 5C | 4E | 0 | 14 | E7 | 55 | 2B |
| Octal | 20 | 55 | 314 | 134 | 116 | 0 | 24 | 347 | 125 | 53 |
| Binary | 10000 | 101101 | 11001100 | 1011100 | 1001110 | 0 | 10100 | 11100111 | 1010101 | 101011 |
Color Harmonies of #102DCC
Complementary color
Monochromatic Colors of #102DCC
Black with #102DCC
Text Example
Text Example
White with #102DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102DCC; }
p { color: rgb(16,45,204); }
H1.HeaderClassName
{
color: #102DCC;
}
.AnyTagClassName
{
color: #102DCC;
}
</style>
background-color css
<style>
a { background-color: #102DCC; }
a { background-color: rgb(16,45,204); }
div.DivClassName
{
background-color: #102DCC;
}
.BgClassName
{
background-color: #102DCC;
}
</style>
border-color css
<style>
span { border-color: #102DCC; }
span { border-color: rgb(16,45,204); }
td.TdClassName
{
border-color: #102DCC;
}
.TagClassName
{
border-color: #102DCC;
}
</style>