Shades of Prussian Blue #023F67
Tints of Prussian Blue #023F67
RGB
CMYK
RGB Variations
Color information
#023F67 (or 0x023F67) is known color: Prussian Blue. HEX triplet: 02, 3F and 67. RGB value is (2,63,103). Sum of RGB (Red+Green+Blue) = 2+63+103=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 103 (40.62% from 255 or 61.31% from 168); Max value from RGB is 103 - color contains mainly: blue. Hex color #023F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023F67 is #FDC098. Grayscale: #313131. Windows color (decimal): -16629913 or 6766338. OLE color: 6766338.
HSL color Cylindrical-coordinate representation of color #023F67: hue angle of 203.76º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023F67 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 63 | 103 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.60 |
| HSL | 203.76º | 0.96% | 0.21% | - |
| HSV(B) | 203.76º | 0.98% | 0.4% | - |
| XYZ | 4.25 | 4.55 | 13.49 | - |
| YUV | 49.32 | 158.29 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 103 | 0.98 | 0.39 | 0 | 0.60 | 203.76 | 0.96 | 0.21 |
| Hex | 2 | 3F | 67 | 62 | 27 | 0 | 3C | CC | 60 | 15 |
| Octal | 2 | 77 | 147 | 142 | 47 | 0 | 74 | 314 | 140 | 25 |
| Binary | 10 | 111111 | 1100111 | 1100010 | 100111 | 0 | 111100 | 11001100 | 1100000 | 10101 |
Color Harmonies of #023F67
Complementary color
Monochromatic Colors of #023F67
Black with #023F67
Text Example
Text Example
White with #023F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023F67; }
p { color: rgb(2,63,103); }
H1.HeaderClassName
{
color: #023F67;
}
.AnyTagClassName
{
color: #023F67;
}
</style>
background-color css
<style>
a { background-color: #023F67; }
a { background-color: rgb(2,63,103); }
div.DivClassName
{
background-color: #023F67;
}
.BgClassName
{
background-color: #023F67;
}
</style>
border-color css
<style>
span { border-color: #023F67; }
span { border-color: rgb(2,63,103); }
td.TdClassName
{
border-color: #023F67;
}
.TagClassName
{
border-color: #023F67;
}
</style>