Shades of Sherpa Blue #02394E
Tints of Sherpa Blue #02394E
RGB
CMYK
RGB Variations
Color information
#02394E (or 0x02394E) is known color: Sherpa Blue. HEX triplet: 02, 39 and 4E. RGB value is (2,57,78). Sum of RGB (Red+Green+Blue) = 2+57+78=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 78 (30.86% from 255 or 56.93% from 137); Max value from RGB is 78 - color contains mainly: blue. Hex color #02394E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02394E is #FDC6B1. Grayscale: #2A2A2A. Windows color (decimal): -16631474 or 5126402. OLE color: 5126402.
HSL color Cylindrical-coordinate representation of color #02394E: hue angle of 196.58º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02394E is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 57 | 78 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.69 |
| HSL | 196.58º | 0.95% | 0.16% | - |
| HSV(B) | 196.58º | 0.97% | 0.31% | - |
| XYZ | 2.86 | 3.49 | 7.73 | - |
| YUV | 42.95 | 147.78 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 78 | 0.97 | 0.27 | 0 | 0.69 | 196.58 | 0.95 | 0.16 |
| Hex | 2 | 39 | 4E | 61 | 1B | 0 | 45 | C5 | 5F | 10 |
| Octal | 2 | 71 | 116 | 141 | 33 | 0 | 105 | 305 | 137 | 20 |
| Binary | 10 | 111001 | 1001110 | 1100001 | 11011 | 0 | 1000101 | 11000101 | 1011111 | 10000 |
Color Harmonies of #02394E
Complementary color
Monochromatic Colors of #02394E
Black with #02394E
Text Example
Text Example
White with #02394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02394E; }
p { color: rgb(2,57,78); }
H1.HeaderClassName
{
color: #02394E;
}
.AnyTagClassName
{
color: #02394E;
}
</style>
background-color css
<style>
a { background-color: #02394E; }
a { background-color: rgb(2,57,78); }
div.DivClassName
{
background-color: #02394E;
}
.BgClassName
{
background-color: #02394E;
}
</style>
border-color css
<style>
span { border-color: #02394E; }
span { border-color: rgb(2,57,78); }
td.TdClassName
{
border-color: #02394E;
}
.TagClassName
{
border-color: #02394E;
}
</style>