Shades of Prussian Blue #01234B
Tints of Prussian Blue #01234B
RGB
CMYK
RGB Variations
Color information
#01234B (or 0x01234B) is known color: Prussian Blue. HEX triplet: 01, 23 and 4B. RGB value is (1,35,75). Sum of RGB (Red+Green+Blue) = 1+35+75=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 75 (29.69% from 255 or 67.57% from 111); Max value from RGB is 75 - color contains mainly: blue. Hex color #01234B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01234B is #FEDCB4. Grayscale: #1D1D1D. Windows color (decimal): -16702645 or 4924161. OLE color: 4924161.
HSL color Cylindrical-coordinate representation of color #01234B: hue angle of 212.43º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01234B is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 1 | 35 | 75 | - |
CMYK | 0.99 | 0.53 | 0 | 0.71 |
HSL | 212.43º | 0.97% | 0.15% | - |
HSV(B) | 212.43º | 0.99% | 0.29% | - |
XYZ | 1.88 | 1.72 | 6.89 | - |
YUV | 29.39 | 153.74 | 107.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 35 | 75 | 0.99 | 0.53 | 0 | 0.71 | 212.43 | 0.97 | 0.15 |
Hex | 1 | 23 | 4B | 63 | 35 | 0 | 47 | D4 | 61 | F |
Octal | 1 | 43 | 113 | 143 | 65 | 0 | 107 | 324 | 141 | 17 |
Binary | 1 | 100011 | 1001011 | 1100011 | 110101 | 0 | 1000111 | 11010100 | 1100001 | 1111 |
Color Harmonies of #01234B
Complementary color
Monochromatic Colors of #01234B
Black with #01234B
Text Example
Text Example
White with #01234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01234B; }
p { color: rgb(1,35,75); }
H1.HeaderClassName
{
color: #01234B;
}
.AnyTagClassName
{
color: #01234B;
}
</style>
background-color css
<style>
a { background-color: #01234B; }
a { background-color: rgb(1,35,75); }
div.DivClassName
{
background-color: #01234B;
}
.BgClassName
{
background-color: #01234B;
}
</style>
border-color css
<style>
span { border-color: #01234B; }
span { border-color: rgb(1,35,75); }
td.TdClassName
{
border-color: #01234B;
}
.TagClassName
{
border-color: #01234B;
}
</style>