Shades of Persian Blue #0A40BC
Tints of Persian Blue #0A40BC
RGB
CMYK
RGB Variations
Color information
#0A40BC (or 0x0A40BC) is known color: Persian Blue. HEX triplet: 0A, 40 and BC. RGB value is (10,64,188). Sum of RGB (Red+Green+Blue) = 10+64+188=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A40BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A40BC is #F5BF43. Grayscale: #3D3D3D. Windows color (decimal): -16105284 or 12337162. OLE color: 12337162.
HSL color Cylindrical-coordinate representation of color #0A40BC: hue angle of 221.8º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A40BC is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 64 | 188 | - |
| CMYK | 0.95 | 0.66 | 0 | 0.26 |
| HSL | 221.8º | 0.9% | 0.39% | - |
| HSV(B) | 221.8º | 0.95% | 0.74% | - |
| XYZ | 11.04 | 7.36 | 48.42 | - |
| YUV | 61.99 | 199.11 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 64 | 188 | 0.95 | 0.66 | 0 | 0.26 | 221.8 | 0.9 | 0.39 |
| Hex | A | 40 | BC | 5F | 42 | 0 | 1A | DE | 5A | 27 |
| Octal | 12 | 100 | 274 | 137 | 102 | 0 | 32 | 336 | 132 | 47 |
| Binary | 1010 | 1000000 | 10111100 | 1011111 | 1000010 | 0 | 11010 | 11011110 | 1011010 | 100111 |
Color Harmonies of #0A40BC
Complementary color
Monochromatic Colors of #0A40BC
Black with #0A40BC
Text Example
Text Example
White with #0A40BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A40BC; }
p { color: rgb(10,64,188); }
H1.HeaderClassName
{
color: #0A40BC;
}
.AnyTagClassName
{
color: #0A40BC;
}
</style>
background-color css
<style>
a { background-color: #0A40BC; }
a { background-color: rgb(10,64,188); }
div.DivClassName
{
background-color: #0A40BC;
}
.BgClassName
{
background-color: #0A40BC;
}
</style>
border-color css
<style>
span { border-color: #0A40BC; }
span { border-color: rgb(10,64,188); }
td.TdClassName
{
border-color: #0A40BC;
}
.TagClassName
{
border-color: #0A40BC;
}
</style>