Shades of Prussian Blue #123D67
Tints of Prussian Blue #123D67
RGB
CMYK
RGB Variations
Color information
#123D67 (or 0x123D67) is known color: Prussian Blue. HEX triplet: 12, 3D and 67. RGB value is (18,61,103). Sum of RGB (Red+Green+Blue) = 18+61+103=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 103 (40.62% from 255 or 56.59% from 182); Max value from RGB is 103 - color contains mainly: blue. Hex color #123D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D67 is #EDC298. Grayscale: #343434. Windows color (decimal): -15581849 or 6765842. OLE color: 6765842.
HSL color Cylindrical-coordinate representation of color #123D67: hue angle of 209.65º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #123D67 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 61 | 103 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.60 |
| HSL | 209.65º | 0.7% | 0.24% | - |
| HSV(B) | 209.65º | 0.83% | 0.4% | - |
| XYZ | 4.37 | 4.45 | 13.46 | - |
| YUV | 52.93 | 156.25 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 103 | 0.83 | 0.41 | 0 | 0.60 | 209.65 | 0.7 | 0.24 |
| Hex | 12 | 3D | 67 | 53 | 29 | 0 | 3C | D2 | 46 | 18 |
| Octal | 22 | 75 | 147 | 123 | 51 | 0 | 74 | 322 | 106 | 30 |
| Binary | 10010 | 111101 | 1100111 | 1010011 | 101001 | 0 | 111100 | 11010010 | 1000110 | 11000 |
Color Harmonies of #123D67
Complementary color
Monochromatic Colors of #123D67
Black with #123D67
Text Example
Text Example
White with #123D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D67; }
p { color: rgb(18,61,103); }
H1.HeaderClassName
{
color: #123D67;
}
.AnyTagClassName
{
color: #123D67;
}
</style>
background-color css
<style>
a { background-color: #123D67; }
a { background-color: rgb(18,61,103); }
div.DivClassName
{
background-color: #123D67;
}
.BgClassName
{
background-color: #123D67;
}
</style>
border-color css
<style>
span { border-color: #123D67; }
span { border-color: rgb(18,61,103); }
td.TdClassName
{
border-color: #123D67;
}
.TagClassName
{
border-color: #123D67;
}
</style>