Shades of Prussian Blue #023E65
Tints of Prussian Blue #023E65
RGB
CMYK
RGB Variations
Color information
#023E65 (or 0x023E65) is known color: Prussian Blue. HEX triplet: 02, 3E and 65. RGB value is (2,62,101). Sum of RGB (Red+Green+Blue) = 2+62+101=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 62 (24.61% from 255 or 37.58% from 165); Blue value is 101 (39.84% from 255 or 61.21% from 165); Max value from RGB is 101 - color contains mainly: blue. Hex color #023E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023E65 is #FDC19A. Grayscale: #303030. Windows color (decimal): -16630171 or 6635010. OLE color: 6635010.
HSL color Cylindrical-coordinate representation of color #023E65: hue angle of 203.64º 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 #023E65 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 62 | 101 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.60 |
| HSL | 203.64º | 0.96% | 0.2% | - |
| HSV(B) | 203.64º | 0.98% | 0.4% | - |
| XYZ | 4.1 | 4.4 | 12.94 | - |
| YUV | 48.51 | 157.62 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 101 | 0.98 | 0.39 | 0 | 0.60 | 203.64 | 0.96 | 0.2 |
| Hex | 2 | 3E | 65 | 62 | 27 | 0 | 3C | CC | 60 | 14 |
| Octal | 2 | 76 | 145 | 142 | 47 | 0 | 74 | 314 | 140 | 24 |
| Binary | 10 | 111110 | 1100101 | 1100010 | 100111 | 0 | 111100 | 11001100 | 1100000 | 10100 |
Color Harmonies of #023E65
Complementary color
Monochromatic Colors of #023E65
Black with #023E65
Text Example
Text Example
White with #023E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E65; }
p { color: rgb(2,62,101); }
H1.HeaderClassName
{
color: #023E65;
}
.AnyTagClassName
{
color: #023E65;
}
</style>
background-color css
<style>
a { background-color: #023E65; }
a { background-color: rgb(2,62,101); }
div.DivClassName
{
background-color: #023E65;
}
.BgClassName
{
background-color: #023E65;
}
</style>
border-color css
<style>
span { border-color: #023E65; }
span { border-color: rgb(2,62,101); }
td.TdClassName
{
border-color: #023E65;
}
.TagClassName
{
border-color: #023E65;
}
</style>