Shades of Persian Blue #0A37CE
Tints of Persian Blue #0A37CE
RGB
CMYK
RGB Variations
Color information
#0A37CE (or 0x0A37CE) is known color: Persian Blue. HEX triplet: 0A, 37 and CE. RGB value is (10,55,206). Sum of RGB (Red+Green+Blue) = 10+55+206=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A37CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A37CE is #F5C831. Grayscale: #3A3A3A. Windows color (decimal): -16107570 or 13514506. OLE color: 13514506.
HSL color Cylindrical-coordinate representation of color #0A37CE: hue angle of 226.22º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A37CE is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 55 | 206 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.19 |
| HSL | 226.22º | 0.91% | 0.42% | - |
| HSV(B) | 226.22º | 0.95% | 0.81% | - |
| XYZ | 12.63 | 7.25 | 59.13 | - |
| YUV | 58.76 | 211.09 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 55 | 206 | 0.95 | 0.73 | 0 | 0.19 | 226.22 | 0.91 | 0.42 |
| Hex | A | 37 | CE | 5F | 49 | 0 | 13 | E2 | 5B | 2A |
| Octal | 12 | 67 | 316 | 137 | 111 | 0 | 23 | 342 | 133 | 52 |
| Binary | 1010 | 110111 | 11001110 | 1011111 | 1001001 | 0 | 10011 | 11100010 | 1011011 | 101010 |
Color Harmonies of #0A37CE
Complementary color
Monochromatic Colors of #0A37CE
Black with #0A37CE
Text Example
Text Example
White with #0A37CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A37CE; }
p { color: rgb(10,55,206); }
H1.HeaderClassName
{
color: #0A37CE;
}
.AnyTagClassName
{
color: #0A37CE;
}
</style>
background-color css
<style>
a { background-color: #0A37CE; }
a { background-color: rgb(10,55,206); }
div.DivClassName
{
background-color: #0A37CE;
}
.BgClassName
{
background-color: #0A37CE;
}
</style>
border-color css
<style>
span { border-color: #0A37CE; }
span { border-color: rgb(10,55,206); }
td.TdClassName
{
border-color: #0A37CE;
}
.TagClassName
{
border-color: #0A37CE;
}
</style>