Shades of Sherpa Blue #00445F
Tints of Sherpa Blue #00445F
RGB
CMYK
RGB Variations
Color information
#00445F (or 0x00445F) is known color: Sherpa Blue. HEX triplet: 00, 44 and 5F. RGB value is (0,68,95). Sum of RGB (Red+Green+Blue) = 0+68+95=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #00445F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00445F is #FFBBA0. Grayscale: #323232. Windows color (decimal): -16759713 or 6243328. OLE color: 6243328.
HSL color Cylindrical-coordinate representation of color #00445F: hue angle of 197.05º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00445F is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 68 | 95 | - |
| CMYK | 1 | 0.28 | 0 | 0.63 |
| HSL | 197.05º | 1% | 0.19% | - |
| HSV(B) | 197.05º | 1% | 0.37% | - |
| XYZ | 4.13 | 4.96 | 11.57 | - |
| YUV | 50.75 | 152.97 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 95 | 1 | 0.28 | 0 | 0.63 | 197.05 | 1 | 0.19 |
| Hex | 0 | 44 | 5F | 64 | 1C | 0 | 3F | C5 | 64 | 13 |
| Octal | 0 | 104 | 137 | 144 | 34 | 0 | 77 | 305 | 144 | 23 |
| Binary | 0 | 1000100 | 1011111 | 1100100 | 11100 | 0 | 111111 | 11000101 | 1100100 | 10011 |
Color Harmonies of #00445F
Complementary color
Monochromatic Colors of #00445F
Black with #00445F
Text Example
Text Example
White with #00445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00445F; }
p { color: rgb(0,68,95); }
H1.HeaderClassName
{
color: #00445F;
}
.AnyTagClassName
{
color: #00445F;
}
</style>
background-color css
<style>
a { background-color: #00445F; }
a { background-color: rgb(0,68,95); }
div.DivClassName
{
background-color: #00445F;
}
.BgClassName
{
background-color: #00445F;
}
</style>
border-color css
<style>
span { border-color: #00445F; }
span { border-color: rgb(0,68,95); }
td.TdClassName
{
border-color: #00445F;
}
.TagClassName
{
border-color: #00445F;
}
</style>