Shades of Persian Blue #0A3CCB
Tints of Persian Blue #0A3CCB
RGB
CMYK
RGB Variations
Color information
#0A3CCB (or 0x0A3CCB) is known color: Persian Blue. HEX triplet: 0A, 3C and CB. RGB value is (10,60,203). Sum of RGB (Red+Green+Blue) = 10+60+203=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #0A3CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A3CCB is #F5C334. Grayscale: #3C3C3C. Windows color (decimal): -16106293 or 13319178. OLE color: 13319178.
HSL color Cylindrical-coordinate representation of color #0A3CCB: hue angle of 224.46º 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 #0A3CCB is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 60 | 203 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.20 |
| HSL | 224.46º | 0.91% | 0.42% | - |
| HSV(B) | 224.46º | 0.95% | 0.8% | - |
| XYZ | 12.52 | 7.61 | 57.31 | - |
| YUV | 61.35 | 207.94 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 60 | 203 | 0.95 | 0.70 | 0 | 0.20 | 224.46 | 0.91 | 0.42 |
| Hex | A | 3C | CB | 5F | 46 | 0 | 14 | E0 | 5B | 2A |
| Octal | 12 | 74 | 313 | 137 | 106 | 0 | 24 | 340 | 133 | 52 |
| Binary | 1010 | 111100 | 11001011 | 1011111 | 1000110 | 0 | 10100 | 11100000 | 1011011 | 101010 |
Color Harmonies of #0A3CCB
Complementary color
Monochromatic Colors of #0A3CCB
Black with #0A3CCB
Text Example
Text Example
White with #0A3CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3CCB; }
p { color: rgb(10,60,203); }
H1.HeaderClassName
{
color: #0A3CCB;
}
.AnyTagClassName
{
color: #0A3CCB;
}
</style>
background-color css
<style>
a { background-color: #0A3CCB; }
a { background-color: rgb(10,60,203); }
div.DivClassName
{
background-color: #0A3CCB;
}
.BgClassName
{
background-color: #0A3CCB;
}
</style>
border-color css
<style>
span { border-color: #0A3CCB; }
span { border-color: rgb(10,60,203); }
td.TdClassName
{
border-color: #0A3CCB;
}
.TagClassName
{
border-color: #0A3CCB;
}
</style>