Shades of Prussian Blue #023965
Tints of Prussian Blue #023965
RGB
CMYK
RGB Variations
Color information
#023965 (or 0x023965) is known color: Prussian Blue. HEX triplet: 02, 39 and 65. RGB value is (2,57,101). Sum of RGB (Red+Green+Blue) = 2+57+101=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 101 (39.84% from 255 or 63.12% from 160); Max value from RGB is 101 - color contains mainly: blue. Hex color #023965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023965 is #FDC69A. Grayscale: #2D2D2D. Windows color (decimal): -16631451 or 6633730. OLE color: 6633730.
HSL color Cylindrical-coordinate representation of color #023965: hue angle of 206.67º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023965 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 57 | 101 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.60 |
| HSL | 206.67º | 0.96% | 0.2% | - |
| HSV(B) | 206.67º | 0.98% | 0.4% | - |
| XYZ | 3.84 | 3.88 | 12.86 | - |
| YUV | 45.57 | 159.28 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 101 | 0.98 | 0.44 | 0 | 0.60 | 206.67 | 0.96 | 0.2 |
| Hex | 2 | 39 | 65 | 62 | 2C | 0 | 3C | CF | 60 | 14 |
| Octal | 2 | 71 | 145 | 142 | 54 | 0 | 74 | 317 | 140 | 24 |
| Binary | 10 | 111001 | 1100101 | 1100010 | 101100 | 0 | 111100 | 11001111 | 1100000 | 10100 |
Color Harmonies of #023965
Complementary color
Monochromatic Colors of #023965
Black with #023965
Text Example
Text Example
White with #023965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023965; }
p { color: rgb(2,57,101); }
H1.HeaderClassName
{
color: #023965;
}
.AnyTagClassName
{
color: #023965;
}
</style>
background-color css
<style>
a { background-color: #023965; }
a { background-color: rgb(2,57,101); }
div.DivClassName
{
background-color: #023965;
}
.BgClassName
{
background-color: #023965;
}
</style>
border-color css
<style>
span { border-color: #023965; }
span { border-color: rgb(2,57,101); }
td.TdClassName
{
border-color: #023965;
}
.TagClassName
{
border-color: #023965;
}
</style>