Shades of Sherpa Blue #04445D
Tints of Sherpa Blue #04445D
RGB
CMYK
RGB Variations
Color information
#04445D (or 0x04445D) is known color: Sherpa Blue. HEX triplet: 04, 44 and 5D. RGB value is (4,68,93). Sum of RGB (Red+Green+Blue) = 4+68+93=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #04445D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04445D is #FBBBA2. Grayscale: #333333. Windows color (decimal): -16497571 or 6112260. OLE color: 6112260.
HSL color Cylindrical-coordinate representation of color #04445D: hue angle of 196.85º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04445D is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 68 | 93 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.64 |
| HSL | 196.85º | 0.92% | 0.19% | - |
| HSV(B) | 196.85º | 0.96% | 0.36% | - |
| XYZ | 4.09 | 4.95 | 11.1 | - |
| YUV | 51.71 | 151.3 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 93 | 0.96 | 0.27 | 0 | 0.64 | 196.85 | 0.92 | 0.19 |
| Hex | 4 | 44 | 5D | 60 | 1B | 0 | 40 | C5 | 5C | 13 |
| Octal | 4 | 104 | 135 | 140 | 33 | 0 | 100 | 305 | 134 | 23 |
| Binary | 100 | 1000100 | 1011101 | 1100000 | 11011 | 0 | 1000000 | 11000101 | 1011100 | 10011 |
Color Harmonies of #04445D
Complementary color
Monochromatic Colors of #04445D
Black with #04445D
Text Example
Text Example
White with #04445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04445D; }
p { color: rgb(4,68,93); }
H1.HeaderClassName
{
color: #04445D;
}
.AnyTagClassName
{
color: #04445D;
}
</style>
background-color css
<style>
a { background-color: #04445D; }
a { background-color: rgb(4,68,93); }
div.DivClassName
{
background-color: #04445D;
}
.BgClassName
{
background-color: #04445D;
}
</style>
border-color css
<style>
span { border-color: #04445D; }
span { border-color: rgb(4,68,93); }
td.TdClassName
{
border-color: #04445D;
}
.TagClassName
{
border-color: #04445D;
}
</style>