Shades of Persian Blue #0A23CA
Tints of Persian Blue #0A23CA
RGB
CMYK
RGB Variations
Color information
#0A23CA (or 0x0A23CA) is known color: Persian Blue. HEX triplet: 0A, 23 and CA. RGB value is (10,35,202). Sum of RGB (Red+Green+Blue) = 10+35+202=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 202 (79.30% from 255 or 81.78% from 247); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A23CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A23CA is #F5DC35. Grayscale: #2D2D2D. Windows color (decimal): -16112694 or 13247242. OLE color: 13247242.
HSL color Cylindrical-coordinate representation of color #0A23CA: hue angle of 232.19º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A23CA is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 35 | 202 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.21 |
| HSL | 232.19º | 0.91% | 0.42% | - |
| HSV(B) | 232.19º | 0.95% | 0.79% | - |
| XYZ | 11.39 | 5.53 | 56.34 | - |
| YUV | 46.56 | 215.72 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 35 | 202 | 0.95 | 0.83 | 0 | 0.21 | 232.19 | 0.91 | 0.42 |
| Hex | A | 23 | CA | 5F | 53 | 0 | 15 | E8 | 5B | 2A |
| Octal | 12 | 43 | 312 | 137 | 123 | 0 | 25 | 350 | 133 | 52 |
| Binary | 1010 | 100011 | 11001010 | 1011111 | 1010011 | 0 | 10101 | 11101000 | 1011011 | 101010 |
Color Harmonies of #0A23CA
Complementary color
Monochromatic Colors of #0A23CA
Black with #0A23CA
Text Example
Text Example
White with #0A23CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A23CA; }
p { color: rgb(10,35,202); }
H1.HeaderClassName
{
color: #0A23CA;
}
.AnyTagClassName
{
color: #0A23CA;
}
</style>
background-color css
<style>
a { background-color: #0A23CA; }
a { background-color: rgb(10,35,202); }
div.DivClassName
{
background-color: #0A23CA;
}
.BgClassName
{
background-color: #0A23CA;
}
</style>
border-color css
<style>
span { border-color: #0A23CA; }
span { border-color: rgb(10,35,202); }
td.TdClassName
{
border-color: #0A23CA;
}
.TagClassName
{
border-color: #0A23CA;
}
</style>