Shades of Persian Blue #0A2ACC
Tints of Persian Blue #0A2ACC
RGB
CMYK
RGB Variations
Color information
#0A2ACC (or 0x0A2ACC) is known color: Persian Blue. HEX triplet: 0A, 2A and CC. RGB value is (10,42,204). Sum of RGB (Red+Green+Blue) = 10+42+204=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #0A2ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2ACC is #F5D533. Grayscale: #323232. Windows color (decimal): -16110900 or 13380106. OLE color: 13380106.
HSL color Cylindrical-coordinate representation of color #0A2ACC: hue angle of 230.1º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A2ACC is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 42 | 204 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.2 |
| HSL | 230.1º | 0.91% | 0.42% | - |
| HSV(B) | 230.1º | 0.95% | 0.8% | - |
| XYZ | 11.85 | 6.08 | 57.68 | - |
| YUV | 50.9 | 214.4 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 42 | 204 | 0.95 | 0.79 | 0 | 0.2 | 230.1 | 0.91 | 0.42 |
| Hex | A | 2A | CC | 5F | 4F | 0 | 14 | E6 | 5B | 2A |
| Octal | 12 | 52 | 314 | 137 | 117 | 0 | 24 | 346 | 133 | 52 |
| Binary | 1010 | 101010 | 11001100 | 1011111 | 1001111 | 0 | 10100 | 11100110 | 1011011 | 101010 |
Color Harmonies of #0A2ACC
Complementary color
Monochromatic Colors of #0A2ACC
Black with #0A2ACC
Text Example
Text Example
White with #0A2ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2ACC; }
p { color: rgb(10,42,204); }
H1.HeaderClassName
{
color: #0A2ACC;
}
.AnyTagClassName
{
color: #0A2ACC;
}
</style>
background-color css
<style>
a { background-color: #0A2ACC; }
a { background-color: rgb(10,42,204); }
div.DivClassName
{
background-color: #0A2ACC;
}
.BgClassName
{
background-color: #0A2ACC;
}
</style>
border-color css
<style>
span { border-color: #0A2ACC; }
span { border-color: rgb(10,42,204); }
td.TdClassName
{
border-color: #0A2ACC;
}
.TagClassName
{
border-color: #0A2ACC;
}
</style>