Shades of Prussian Blue #023068
Tints of Prussian Blue #023068
RGB
CMYK
RGB Variations
Color information
#023068 (or 0x023068) is known color: Prussian Blue. HEX triplet: 02, 30 and 68. RGB value is (2,48,104). Sum of RGB (Red+Green+Blue) = 2+48+104=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 104 (41.02% from 255 or 67.53% from 154); Max value from RGB is 104 - color contains mainly: blue. Hex color #023068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023068 is #FDCF97. Grayscale: #282828. Windows color (decimal): -16633752 or 6828034. OLE color: 6828034.
HSL color Cylindrical-coordinate representation of color #023068: hue angle of 212.94º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023068 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 48 | 104 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.59 |
| HSL | 212.94º | 0.96% | 0.21% | - |
| HSV(B) | 212.94º | 0.98% | 0.41% | - |
| XYZ | 3.58 | 3.13 | 13.51 | - |
| YUV | 40.63 | 163.76 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 104 | 0.98 | 0.54 | 0 | 0.59 | 212.94 | 0.96 | 0.21 |
| Hex | 2 | 30 | 68 | 62 | 36 | 0 | 3B | D5 | 60 | 15 |
| Octal | 2 | 60 | 150 | 142 | 66 | 0 | 73 | 325 | 140 | 25 |
| Binary | 10 | 110000 | 1101000 | 1100010 | 110110 | 0 | 111011 | 11010101 | 1100000 | 10101 |
Color Harmonies of #023068
Complementary color
Monochromatic Colors of #023068
Black with #023068
Text Example
Text Example
White with #023068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023068; }
p { color: rgb(2,48,104); }
H1.HeaderClassName
{
color: #023068;
}
.AnyTagClassName
{
color: #023068;
}
</style>
background-color css
<style>
a { background-color: #023068; }
a { background-color: rgb(2,48,104); }
div.DivClassName
{
background-color: #023068;
}
.BgClassName
{
background-color: #023068;
}
</style>
border-color css
<style>
span { border-color: #023068; }
span { border-color: rgb(2,48,104); }
td.TdClassName
{
border-color: #023068;
}
.TagClassName
{
border-color: #023068;
}
</style>