Shades of Prussian Blue #023567
Tints of Prussian Blue #023567
RGB
CMYK
RGB Variations
Color information
#023567 (or 0x023567) is known color: Prussian Blue. HEX triplet: 02, 35 and 67. RGB value is (2,53,103). Sum of RGB (Red+Green+Blue) = 2+53+103=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 103 (40.62% from 255 or 65.19% from 158); Max value from RGB is 103 - color contains mainly: blue. Hex color #023567 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023567 is #FDCA98. Grayscale: #2B2B2B. Windows color (decimal): -16632473 or 6763778. OLE color: 6763778.
HSL color Cylindrical-coordinate representation of color #023567: hue angle of 209.7º 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 #023567 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 53 | 103 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.60 |
| HSL | 209.7º | 0.96% | 0.21% | - |
| HSV(B) | 209.7º | 0.98% | 0.4% | - |
| XYZ | 3.75 | 3.54 | 13.32 | - |
| YUV | 43.45 | 161.6 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 53 | 103 | 0.98 | 0.49 | 0 | 0.60 | 209.7 | 0.96 | 0.21 |
| Hex | 2 | 35 | 67 | 62 | 31 | 0 | 3C | D2 | 60 | 15 |
| Octal | 2 | 65 | 147 | 142 | 61 | 0 | 74 | 322 | 140 | 25 |
| Binary | 10 | 110101 | 1100111 | 1100010 | 110001 | 0 | 111100 | 11010010 | 1100000 | 10101 |
Color Harmonies of #023567
Complementary color
Monochromatic Colors of #023567
Black with #023567
Text Example
Text Example
White with #023567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023567; }
p { color: rgb(2,53,103); }
H1.HeaderClassName
{
color: #023567;
}
.AnyTagClassName
{
color: #023567;
}
</style>
background-color css
<style>
a { background-color: #023567; }
a { background-color: rgb(2,53,103); }
div.DivClassName
{
background-color: #023567;
}
.BgClassName
{
background-color: #023567;
}
</style>
border-color css
<style>
span { border-color: #023567; }
span { border-color: rgb(2,53,103); }
td.TdClassName
{
border-color: #023567;
}
.TagClassName
{
border-color: #023567;
}
</style>