Shades of Prussian Blue #023267
Tints of Prussian Blue #023267
RGB
CMYK
RGB Variations
Color information
#023267 (or 0x023267) is known color: Prussian Blue. HEX triplet: 02, 32 and 67. RGB value is (2,50,103). Sum of RGB (Red+Green+Blue) = 2+50+103=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 103 (40.62% from 255 or 66.45% from 155); Max value from RGB is 103 - color contains mainly: blue. Hex color #023267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023267 is #FDCD98. Grayscale: #292929. Windows color (decimal): -16633241 or 6763010. OLE color: 6763010.
HSL color Cylindrical-coordinate representation of color #023267: hue angle of 211.49º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023267 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 50 | 103 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.60 |
| HSL | 211.49º | 0.96% | 0.21% | - |
| HSV(B) | 211.49º | 0.98% | 0.4% | - |
| XYZ | 3.61 | 3.27 | 13.27 | - |
| YUV | 41.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 103 | 0.98 | 0.51 | 0 | 0.60 | 211.49 | 0.96 | 0.21 |
| Hex | 2 | 32 | 67 | 62 | 33 | 0 | 3C | D3 | 60 | 15 |
| Octal | 2 | 62 | 147 | 142 | 63 | 0 | 74 | 323 | 140 | 25 |
| Binary | 10 | 110010 | 1100111 | 1100010 | 110011 | 0 | 111100 | 11010011 | 1100000 | 10101 |
Color Harmonies of #023267
Complementary color
Monochromatic Colors of #023267
Black with #023267
Text Example
Text Example
White with #023267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023267; }
p { color: rgb(2,50,103); }
H1.HeaderClassName
{
color: #023267;
}
.AnyTagClassName
{
color: #023267;
}
</style>
background-color css
<style>
a { background-color: #023267; }
a { background-color: rgb(2,50,103); }
div.DivClassName
{
background-color: #023267;
}
.BgClassName
{
background-color: #023267;
}
</style>
border-color css
<style>
span { border-color: #023267; }
span { border-color: rgb(2,50,103); }
td.TdClassName
{
border-color: #023267;
}
.TagClassName
{
border-color: #023267;
}
</style>