Shades of Prussian Blue #123A64
Tints of Prussian Blue #123A64
RGB
CMYK
RGB Variations
Color information
#123A64 (or 0x123A64) is known color: Prussian Blue. HEX triplet: 12, 3A and 64. RGB value is (18,58,100). Sum of RGB (Red+Green+Blue) = 18+58+100=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 100 (39.45% from 255 or 56.82% from 176); Max value from RGB is 100 - color contains mainly: blue. Hex color #123A64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A64 is #EDC59B. Grayscale: #323232. Windows color (decimal): -15582620 or 6568466. OLE color: 6568466.
HSL color Cylindrical-coordinate representation of color #123A64: hue angle of 210.73º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123A64 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 58 | 100 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.61 |
| HSL | 210.73º | 0.69% | 0.23% | - |
| HSV(B) | 210.73º | 0.82% | 0.39% | - |
| XYZ | 4.06 | 4.07 | 12.63 | - |
| YUV | 50.83 | 155.75 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 100 | 0.82 | 0.42 | 0 | 0.61 | 210.73 | 0.69 | 0.23 |
| Hex | 12 | 3A | 64 | 52 | 2A | 0 | 3D | D3 | 45 | 17 |
| Octal | 22 | 72 | 144 | 122 | 52 | 0 | 75 | 323 | 105 | 27 |
| Binary | 10010 | 111010 | 1100100 | 1010010 | 101010 | 0 | 111101 | 11010011 | 1000101 | 10111 |
Color Harmonies of #123A64
Complementary color
Monochromatic Colors of #123A64
Black with #123A64
Text Example
Text Example
White with #123A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A64; }
p { color: rgb(18,58,100); }
H1.HeaderClassName
{
color: #123A64;
}
.AnyTagClassName
{
color: #123A64;
}
</style>
background-color css
<style>
a { background-color: #123A64; }
a { background-color: rgb(18,58,100); }
div.DivClassName
{
background-color: #123A64;
}
.BgClassName
{
background-color: #123A64;
}
</style>
border-color css
<style>
span { border-color: #123A64; }
span { border-color: rgb(18,58,100); }
td.TdClassName
{
border-color: #123A64;
}
.TagClassName
{
border-color: #123A64;
}
</style>