Shades of Prussian Blue #00435E
Tints of Prussian Blue #00435E
RGB
CMYK
RGB Variations
Color information
#00435E (or 0x00435E) is known color: Prussian Blue. HEX triplet: 00, 43 and 5E. RGB value is (0,67,94). Sum of RGB (Red+Green+Blue) = 0+67+94=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 94 (37.11% from 255 or 58.39% from 161); Max value from RGB is 94 - color contains mainly: blue. Hex color #00435E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00435E is #FFBCA1. Grayscale: #313131. Windows color (decimal): -16759970 or 6177536. OLE color: 6177536.
HSL color Cylindrical-coordinate representation of color #00435E: hue angle of 197.23º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00435E is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 67 | 94 | - |
| CMYK | 1 | 0.29 | 0 | 0.63 |
| HSL | 197.23º | 1% | 0.18% | - |
| HSV(B) | 197.23º | 1% | 0.37% | - |
| XYZ | 4.03 | 4.82 | 11.31 | - |
| YUV | 50.05 | 152.8 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 94 | 1 | 0.29 | 0 | 0.63 | 197.23 | 1 | 0.18 |
| Hex | 0 | 43 | 5E | 64 | 1D | 0 | 3F | C5 | 64 | 12 |
| Octal | 0 | 103 | 136 | 144 | 35 | 0 | 77 | 305 | 144 | 22 |
| Binary | 0 | 1000011 | 1011110 | 1100100 | 11101 | 0 | 111111 | 11000101 | 1100100 | 10010 |
Color Harmonies of #00435E
Complementary color
Monochromatic Colors of #00435E
Black with #00435E
Text Example
Text Example
White with #00435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00435E; }
p { color: rgb(0,67,94); }
H1.HeaderClassName
{
color: #00435E;
}
.AnyTagClassName
{
color: #00435E;
}
</style>
background-color css
<style>
a { background-color: #00435E; }
a { background-color: rgb(0,67,94); }
div.DivClassName
{
background-color: #00435E;
}
.BgClassName
{
background-color: #00435E;
}
</style>
border-color css
<style>
span { border-color: #00435E; }
span { border-color: rgb(0,67,94); }
td.TdClassName
{
border-color: #00435E;
}
.TagClassName
{
border-color: #00435E;
}
</style>