Shades of Persian Blue #102DDA
Tints of Persian Blue #102DDA
RGB
CMYK
RGB Variations
Color information
#102DDA (or 0x102DDA) is known color: Persian Blue. HEX triplet: 10, 2D and DA. RGB value is (16,45,218). Sum of RGB (Red+Green+Blue) = 16+45+218=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 218 (85.55% from 255 or 78.14% from 279); Max value from RGB is 218 - color contains mainly: blue. Hex color #102DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102DDA is #EFD225. Grayscale: #373737. Windows color (decimal): -15716902 or 14298384. OLE color: 14298384.
HSL color Cylindrical-coordinate representation of color #102DDA: hue angle of 231.39º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #102DDA is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 45 | 218 | - |
| CMYK | 0.93 | 0.79 | 0 | 0.15 |
| HSL | 231.39º | 0.86% | 0.46% | - |
| HSV(B) | 231.39º | 0.93% | 0.85% | - |
| XYZ | 13.81 | 7.05 | 66.96 | - |
| YUV | 56.05 | 219.39 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 218 | 0.93 | 0.79 | 0 | 0.15 | 231.39 | 0.86 | 0.46 |
| Hex | 10 | 2D | DA | 5D | 4F | 0 | F | E7 | 56 | 2E |
| Octal | 20 | 55 | 332 | 135 | 117 | 0 | 17 | 347 | 126 | 56 |
| Binary | 10000 | 101101 | 11011010 | 1011101 | 1001111 | 0 | 1111 | 11100111 | 1010110 | 101110 |
Color Harmonies of #102DDA
Complementary color
Monochromatic Colors of #102DDA
Black with #102DDA
Text Example
Text Example
White with #102DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102DDA; }
p { color: rgb(16,45,218); }
H1.HeaderClassName
{
color: #102DDA;
}
.AnyTagClassName
{
color: #102DDA;
}
</style>
background-color css
<style>
a { background-color: #102DDA; }
a { background-color: rgb(16,45,218); }
div.DivClassName
{
background-color: #102DDA;
}
.BgClassName
{
background-color: #102DDA;
}
</style>
border-color css
<style>
span { border-color: #102DDA; }
span { border-color: rgb(16,45,218); }
td.TdClassName
{
border-color: #102DDA;
}
.TagClassName
{
border-color: #102DDA;
}
</style>