Shades of Prussian Blue #0A3E65
Tints of Prussian Blue #0A3E65
RGB
CMYK
RGB Variations
Color information
#0A3E65 (or 0x0A3E65) is known color: Prussian Blue. HEX triplet: 0A, 3E and 65. RGB value is (10,62,101). Sum of RGB (Red+Green+Blue) = 10+62+101=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #0A3E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3E65 is #F5C19A. Grayscale: #323232. Windows color (decimal): -16105883 or 6635018. OLE color: 6635018.
HSL color Cylindrical-coordinate representation of color #0A3E65: hue angle of 205.71º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A3E65 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 62 | 101 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.60 |
| HSL | 205.71º | 0.82% | 0.22% | - |
| HSV(B) | 205.71º | 0.9% | 0.4% | - |
| XYZ | 4.2 | 4.45 | 12.95 | - |
| YUV | 50.9 | 156.27 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 101 | 0.90 | 0.39 | 0 | 0.60 | 205.71 | 0.82 | 0.22 |
| Hex | A | 3E | 65 | 5A | 27 | 0 | 3C | CE | 52 | 16 |
| Octal | 12 | 76 | 145 | 132 | 47 | 0 | 74 | 316 | 122 | 26 |
| Binary | 1010 | 111110 | 1100101 | 1011010 | 100111 | 0 | 111100 | 11001110 | 1010010 | 10110 |
Color Harmonies of #0A3E65
Complementary color
Monochromatic Colors of #0A3E65
Black with #0A3E65
Text Example
Text Example
White with #0A3E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3E65; }
p { color: rgb(10,62,101); }
H1.HeaderClassName
{
color: #0A3E65;
}
.AnyTagClassName
{
color: #0A3E65;
}
</style>
background-color css
<style>
a { background-color: #0A3E65; }
a { background-color: rgb(10,62,101); }
div.DivClassName
{
background-color: #0A3E65;
}
.BgClassName
{
background-color: #0A3E65;
}
</style>
border-color css
<style>
span { border-color: #0A3E65; }
span { border-color: rgb(10,62,101); }
td.TdClassName
{
border-color: #0A3E65;
}
.TagClassName
{
border-color: #0A3E65;
}
</style>