Shades of Prussian Blue #023665
Tints of Prussian Blue #023665
RGB
CMYK
RGB Variations
Color information
#023665 (or 0x023665) is known color: Prussian Blue. HEX triplet: 02, 36 and 65. RGB value is (2,54,101). Sum of RGB (Red+Green+Blue) = 2+54+101=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #023665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023665 is #FDC99A. Grayscale: #2B2B2B. Windows color (decimal): -16632219 or 6632962. OLE color: 6632962.
HSL color Cylindrical-coordinate representation of color #023665: hue angle of 208.48º 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 #023665 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 54 | 101 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.60 |
| HSL | 208.48º | 0.96% | 0.2% | - |
| HSV(B) | 208.48º | 0.98% | 0.4% | - |
| XYZ | 3.69 | 3.59 | 12.81 | - |
| YUV | 43.81 | 160.27 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 54 | 101 | 0.98 | 0.47 | 0 | 0.60 | 208.48 | 0.96 | 0.2 |
| Hex | 2 | 36 | 65 | 62 | 2F | 0 | 3C | D0 | 60 | 14 |
| Octal | 2 | 66 | 145 | 142 | 57 | 0 | 74 | 320 | 140 | 24 |
| Binary | 10 | 110110 | 1100101 | 1100010 | 101111 | 0 | 111100 | 11010000 | 1100000 | 10100 |
Color Harmonies of #023665
Complementary color
Monochromatic Colors of #023665
Black with #023665
Text Example
Text Example
White with #023665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023665; }
p { color: rgb(2,54,101); }
H1.HeaderClassName
{
color: #023665;
}
.AnyTagClassName
{
color: #023665;
}
</style>
background-color css
<style>
a { background-color: #023665; }
a { background-color: rgb(2,54,101); }
div.DivClassName
{
background-color: #023665;
}
.BgClassName
{
background-color: #023665;
}
</style>
border-color css
<style>
span { border-color: #023665; }
span { border-color: rgb(2,54,101); }
td.TdClassName
{
border-color: #023665;
}
.TagClassName
{
border-color: #023665;
}
</style>