Shades of Prussian Blue #0A3E67
Tints of Prussian Blue #0A3E67
RGB
CMYK
RGB Variations
Color information
#0A3E67 (or 0x0A3E67) is known color: Prussian Blue. HEX triplet: 0A, 3E and 67. RGB value is (10,62,103). Sum of RGB (Red+Green+Blue) = 10+62+103=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 103 (40.62% from 255 or 58.86% from 175); Max value from RGB is 103 - color contains mainly: blue. Hex color #0A3E67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3E67 is #F5C198. Grayscale: #323232. Windows color (decimal): -16105881 or 6766090. OLE color: 6766090.
HSL color Cylindrical-coordinate representation of color #0A3E67: hue angle of 206.45º 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 #0A3E67 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 62 | 103 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.60 |
| HSL | 206.45º | 0.82% | 0.22% | - |
| HSV(B) | 206.45º | 0.9% | 0.4% | - |
| XYZ | 4.3 | 4.49 | 13.47 | - |
| YUV | 51.13 | 157.27 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 103 | 0.90 | 0.40 | 0 | 0.60 | 206.45 | 0.82 | 0.22 |
| Hex | A | 3E | 67 | 5A | 28 | 0 | 3C | CE | 52 | 16 |
| Octal | 12 | 76 | 147 | 132 | 50 | 0 | 74 | 316 | 122 | 26 |
| Binary | 1010 | 111110 | 1100111 | 1011010 | 101000 | 0 | 111100 | 11001110 | 1010010 | 10110 |
Color Harmonies of #0A3E67
Complementary color
Monochromatic Colors of #0A3E67
Black with #0A3E67
Text Example
Text Example
White with #0A3E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3E67; }
p { color: rgb(10,62,103); }
H1.HeaderClassName
{
color: #0A3E67;
}
.AnyTagClassName
{
color: #0A3E67;
}
</style>
background-color css
<style>
a { background-color: #0A3E67; }
a { background-color: rgb(10,62,103); }
div.DivClassName
{
background-color: #0A3E67;
}
.BgClassName
{
background-color: #0A3E67;
}
</style>
border-color css
<style>
span { border-color: #0A3E67; }
span { border-color: rgb(10,62,103); }
td.TdClassName
{
border-color: #0A3E67;
}
.TagClassName
{
border-color: #0A3E67;
}
</style>