Shades of Persian Blue #0A37EB
Tints of Persian Blue #0A37EB
RGB
CMYK
RGB Variations
Color information
#0A37EB (or 0x0A37EB) is known color: Persian Blue. HEX triplet: 0A, 37 and EB. RGB value is (10,55,235). Sum of RGB (Red+Green+Blue) = 10+55+235=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 235 (92.19% from 255 or 78.33% from 300); Max value from RGB is 235 - color contains mainly: blue. Hex color #0A37EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A37EB is #F5C814. Grayscale: #3D3D3D. Windows color (decimal): -16107541 or 15415050. OLE color: 15415050.
HSL color Cylindrical-coordinate representation of color #0A37EB: hue angle of 228º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A37EB is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 55 | 235 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.08 |
| HSL | 228º | 0.92% | 0.48% | - |
| HSV(B) | 228º | 0.96% | 0.92% | - |
| XYZ | 16.49 | 8.8 | 79.43 | - |
| YUV | 62.07 | 225.59 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 55 | 235 | 0.96 | 0.77 | 0 | 0.08 | 228 | 0.92 | 0.48 |
| Hex | A | 37 | EB | 60 | 4D | 0 | 8 | E4 | 5C | 30 |
| Octal | 12 | 67 | 353 | 140 | 115 | 0 | 10 | 344 | 134 | 60 |
| Binary | 1010 | 110111 | 11101011 | 1100000 | 1001101 | 0 | 1000 | 11100100 | 1011100 | 110000 |
Color Harmonies of #0A37EB
Complementary color
Monochromatic Colors of #0A37EB
Black with #0A37EB
Text Example
Text Example
White with #0A37EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A37EB; }
p { color: rgb(10,55,235); }
H1.HeaderClassName
{
color: #0A37EB;
}
.AnyTagClassName
{
color: #0A37EB;
}
</style>
background-color css
<style>
a { background-color: #0A37EB; }
a { background-color: rgb(10,55,235); }
div.DivClassName
{
background-color: #0A37EB;
}
.BgClassName
{
background-color: #0A37EB;
}
</style>
border-color css
<style>
span { border-color: #0A37EB; }
span { border-color: rgb(10,55,235); }
td.TdClassName
{
border-color: #0A37EB;
}
.TagClassName
{
border-color: #0A37EB;
}
</style>