Shades of Sherpa Blue #02455D
Tints of Sherpa Blue #02455D
RGB
CMYK
RGB Variations
Color information
#02455D (or 0x02455D) is known color: Sherpa Blue. HEX triplet: 02, 45 and 5D. RGB value is (2,69,93). Sum of RGB (Red+Green+Blue) = 2+69+93=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #02455D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02455D is #FDBAA2. Grayscale: #333333. Windows color (decimal): -16628387 or 6112514. OLE color: 6112514.
HSL color Cylindrical-coordinate representation of color #02455D: hue angle of 195.82º 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 #02455D is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 69 | 93 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.64 |
| HSL | 195.82º | 0.96% | 0.19% | - |
| HSV(B) | 195.82º | 0.98% | 0.36% | - |
| XYZ | 4.13 | 5.06 | 11.11 | - |
| YUV | 51.7 | 151.3 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 93 | 0.98 | 0.26 | 0 | 0.64 | 195.82 | 0.96 | 0.19 |
| Hex | 2 | 45 | 5D | 62 | 1A | 0 | 40 | C4 | 60 | 13 |
| Octal | 2 | 105 | 135 | 142 | 32 | 0 | 100 | 304 | 140 | 23 |
| Binary | 10 | 1000101 | 1011101 | 1100010 | 11010 | 0 | 1000000 | 11000100 | 1100000 | 10011 |
Color Harmonies of #02455D
Complementary color
Monochromatic Colors of #02455D
Black with #02455D
Text Example
Text Example
White with #02455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02455D; }
p { color: rgb(2,69,93); }
H1.HeaderClassName
{
color: #02455D;
}
.AnyTagClassName
{
color: #02455D;
}
</style>
background-color css
<style>
a { background-color: #02455D; }
a { background-color: rgb(2,69,93); }
div.DivClassName
{
background-color: #02455D;
}
.BgClassName
{
background-color: #02455D;
}
</style>
border-color css
<style>
span { border-color: #02455D; }
span { border-color: rgb(2,69,93); }
td.TdClassName
{
border-color: #02455D;
}
.TagClassName
{
border-color: #02455D;
}
</style>