Shades of Prussian Blue #023263
Tints of Prussian Blue #023263
RGB
CMYK
RGB Variations
Color information
#023263 (or 0x023263) is known color: Prussian Blue. HEX triplet: 02, 32 and 63. RGB value is (2,50,99). Sum of RGB (Red+Green+Blue) = 2+50+99=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #023263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023263 is #FDCD9C. Grayscale: #282828. Windows color (decimal): -16633245 or 6500866. OLE color: 6500866.
HSL color Cylindrical-coordinate representation of color #023263: hue angle of 210.31º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023263 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 50 | 99 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.61 |
| HSL | 210.31º | 0.96% | 0.2% | - |
| HSV(B) | 210.31º | 0.98% | 0.39% | - |
| XYZ | 3.42 | 3.19 | 12.24 | - |
| YUV | 41.23 | 160.6 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 99 | 0.98 | 0.49 | 0 | 0.61 | 210.31 | 0.96 | 0.2 |
| Hex | 2 | 32 | 63 | 62 | 31 | 0 | 3D | D2 | 60 | 14 |
| Octal | 2 | 62 | 143 | 142 | 61 | 0 | 75 | 322 | 140 | 24 |
| Binary | 10 | 110010 | 1100011 | 1100010 | 110001 | 0 | 111101 | 11010010 | 1100000 | 10100 |
Color Harmonies of #023263
Complementary color
Monochromatic Colors of #023263
Black with #023263
Text Example
Text Example
White with #023263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023263; }
p { color: rgb(2,50,99); }
H1.HeaderClassName
{
color: #023263;
}
.AnyTagClassName
{
color: #023263;
}
</style>
background-color css
<style>
a { background-color: #023263; }
a { background-color: rgb(2,50,99); }
div.DivClassName
{
background-color: #023263;
}
.BgClassName
{
background-color: #023263;
}
</style>
border-color css
<style>
span { border-color: #023263; }
span { border-color: rgb(2,50,99); }
td.TdClassName
{
border-color: #023263;
}
.TagClassName
{
border-color: #023263;
}
</style>