Shades of Prussian Blue #023B6A
Tints of Prussian Blue #023B6A
RGB
CMYK
RGB Variations
Color information
#023B6A (or 0x023B6A) is known color: Prussian Blue. HEX triplet: 02, 3B and 6A. RGB value is (2,59,106). Sum of RGB (Red+Green+Blue) = 2+59+106=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 106 (41.80% from 255 or 63.47% from 167); Max value from RGB is 106 - color contains mainly: blue. Hex color #023B6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023B6A is #FDC495. Grayscale: #2F2F2F. Windows color (decimal): -16630934 or 6961922. OLE color: 6961922.
HSL color Cylindrical-coordinate representation of color #023B6A: hue angle of 207.12º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023B6A is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 59 | 106 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.58 |
| HSL | 207.12º | 0.96% | 0.21% | - |
| HSV(B) | 207.12º | 0.98% | 0.42% | - |
| XYZ | 4.19 | 4.18 | 14.22 | - |
| YUV | 47.32 | 161.12 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 106 | 0.98 | 0.44 | 0 | 0.58 | 207.12 | 0.96 | 0.21 |
| Hex | 2 | 3B | 6A | 62 | 2C | 0 | 3A | CF | 60 | 15 |
| Octal | 2 | 73 | 152 | 142 | 54 | 0 | 72 | 317 | 140 | 25 |
| Binary | 10 | 111011 | 1101010 | 1100010 | 101100 | 0 | 111010 | 11001111 | 1100000 | 10101 |
Color Harmonies of #023B6A
Complementary color
Monochromatic Colors of #023B6A
Black with #023B6A
Text Example
Text Example
White with #023B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023B6A; }
p { color: rgb(2,59,106); }
H1.HeaderClassName
{
color: #023B6A;
}
.AnyTagClassName
{
color: #023B6A;
}
</style>
background-color css
<style>
a { background-color: #023B6A; }
a { background-color: rgb(2,59,106); }
div.DivClassName
{
background-color: #023B6A;
}
.BgClassName
{
background-color: #023B6A;
}
</style>
border-color css
<style>
span { border-color: #023B6A; }
span { border-color: rgb(2,59,106); }
td.TdClassName
{
border-color: #023B6A;
}
.TagClassName
{
border-color: #023B6A;
}
</style>