Shades of Prussian Blue #023675
Tints of Prussian Blue #023675
RGB
CMYK
RGB Variations
Color information
#023675 (or 0x023675) is known color: Prussian Blue. HEX triplet: 02, 36 and 75. RGB value is (2,54,117). Sum of RGB (Red+Green+Blue) = 2+54+117=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 117 (46.09% from 255 or 67.63% from 173); Max value from RGB is 117 - color contains mainly: blue. Hex color #023675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023675 is #FDC98A. Grayscale: #2D2D2D. Windows color (decimal): -16632203 or 7681538. OLE color: 7681538.
HSL color Cylindrical-coordinate representation of color #023675: hue angle of 212.87º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023675 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 54 | 117 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.54 |
| HSL | 212.87º | 0.97% | 0.23% | - |
| HSV(B) | 212.87º | 0.98% | 0.46% | - |
| XYZ | 4.56 | 3.94 | 17.35 | - |
| YUV | 45.63 | 168.27 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 54 | 117 | 0.98 | 0.54 | 0 | 0.54 | 212.87 | 0.97 | 0.23 |
| Hex | 2 | 36 | 75 | 62 | 36 | 0 | 36 | D5 | 61 | 17 |
| Octal | 2 | 66 | 165 | 142 | 66 | 0 | 66 | 325 | 141 | 27 |
| Binary | 10 | 110110 | 1110101 | 1100010 | 110110 | 0 | 110110 | 11010101 | 1100001 | 10111 |
Color Harmonies of #023675
Complementary color
Monochromatic Colors of #023675
Black with #023675
Text Example
Text Example
White with #023675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023675; }
p { color: rgb(2,54,117); }
H1.HeaderClassName
{
color: #023675;
}
.AnyTagClassName
{
color: #023675;
}
</style>
background-color css
<style>
a { background-color: #023675; }
a { background-color: rgb(2,54,117); }
div.DivClassName
{
background-color: #023675;
}
.BgClassName
{
background-color: #023675;
}
</style>
border-color css
<style>
span { border-color: #023675; }
span { border-color: rgb(2,54,117); }
td.TdClassName
{
border-color: #023675;
}
.TagClassName
{
border-color: #023675;
}
</style>