Shades of Sherpa Blue #02445D
Tints of Sherpa Blue #02445D
RGB
CMYK
RGB Variations
Color information
#02445D (or 0x02445D) is known color: Sherpa Blue. HEX triplet: 02, 44 and 5D. RGB value is (2,68,93). Sum of RGB (Red+Green+Blue) = 2+68+93=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #02445D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02445D is #FDBBA2. Grayscale: #323232. Windows color (decimal): -16628643 or 6112258. OLE color: 6112258.
HSL color Cylindrical-coordinate representation of color #02445D: hue angle of 196.48º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02445D is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 68 | 93 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.64 |
| HSL | 196.48º | 0.96% | 0.19% | - |
| HSV(B) | 196.48º | 0.98% | 0.36% | - |
| XYZ | 4.07 | 4.94 | 11.09 | - |
| YUV | 51.12 | 151.63 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 93 | 0.98 | 0.27 | 0 | 0.64 | 196.48 | 0.96 | 0.19 |
| Hex | 2 | 44 | 5D | 62 | 1B | 0 | 40 | C4 | 60 | 13 |
| Octal | 2 | 104 | 135 | 142 | 33 | 0 | 100 | 304 | 140 | 23 |
| Binary | 10 | 1000100 | 1011101 | 1100010 | 11011 | 0 | 1000000 | 11000100 | 1100000 | 10011 |
Color Harmonies of #02445D
Complementary color
Monochromatic Colors of #02445D
Black with #02445D
Text Example
Text Example
White with #02445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02445D; }
p { color: rgb(2,68,93); }
H1.HeaderClassName
{
color: #02445D;
}
.AnyTagClassName
{
color: #02445D;
}
</style>
background-color css
<style>
a { background-color: #02445D; }
a { background-color: rgb(2,68,93); }
div.DivClassName
{
background-color: #02445D;
}
.BgClassName
{
background-color: #02445D;
}
</style>
border-color css
<style>
span { border-color: #02445D; }
span { border-color: rgb(2,68,93); }
td.TdClassName
{
border-color: #02445D;
}
.TagClassName
{
border-color: #02445D;
}
</style>