Shades of Prussian Blue #0A4263
Tints of Prussian Blue #0A4263
RGB
CMYK
RGB Variations
Color information
#0A4263 (or 0x0A4263) is known color: Prussian Blue. HEX triplet: 0A, 42 and 63. RGB value is (10,66,99). Sum of RGB (Red+Green+Blue) = 10+66+99=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #0A4263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4263 is #F5BD9C. Grayscale: #343434. Windows color (decimal): -16104861 or 6504970. OLE color: 6504970.
HSL color Cylindrical-coordinate representation of color #0A4263: hue angle of 202.25º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A4263 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 66 | 99 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.61 |
| HSL | 202.25º | 0.82% | 0.21% | - |
| HSV(B) | 202.25º | 0.9% | 0.39% | - |
| XYZ | 4.33 | 4.86 | 12.51 | - |
| YUV | 53.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 66 | 99 | 0.90 | 0.33 | 0 | 0.61 | 202.25 | 0.82 | 0.21 |
| Hex | A | 42 | 63 | 5A | 21 | 0 | 3D | CA | 52 | 15 |
| Octal | 12 | 102 | 143 | 132 | 41 | 0 | 75 | 312 | 122 | 25 |
| Binary | 1010 | 1000010 | 1100011 | 1011010 | 100001 | 0 | 111101 | 11001010 | 1010010 | 10101 |
Color Harmonies of #0A4263
Complementary color
Monochromatic Colors of #0A4263
Black with #0A4263
Text Example
Text Example
White with #0A4263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4263; }
p { color: rgb(10,66,99); }
H1.HeaderClassName
{
color: #0A4263;
}
.AnyTagClassName
{
color: #0A4263;
}
</style>
background-color css
<style>
a { background-color: #0A4263; }
a { background-color: rgb(10,66,99); }
div.DivClassName
{
background-color: #0A4263;
}
.BgClassName
{
background-color: #0A4263;
}
</style>
border-color css
<style>
span { border-color: #0A4263; }
span { border-color: rgb(10,66,99); }
td.TdClassName
{
border-color: #0A4263;
}
.TagClassName
{
border-color: #0A4263;
}
</style>