Shades of Sherpa Blue #08424E
Tints of Sherpa Blue #08424E
RGB
CMYK
RGB Variations
Color information
#08424E (or 0x08424E) is known color: Sherpa Blue. HEX triplet: 08, 42 and 4E. RGB value is (8,66,78). Sum of RGB (Red+Green+Blue) = 8+66+78=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #08424E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08424E is #F7BDB1. Grayscale: #313131. Windows color (decimal): -16235954 or 5128712. OLE color: 5128712.
HSL color Cylindrical-coordinate representation of color #08424E: hue angle of 190.29º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08424E is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 66 | 78 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.69 |
| HSL | 190.29º | 0.81% | 0.17% | - |
| HSV(B) | 190.29º | 0.9% | 0.31% | - |
| XYZ | 3.42 | 4.5 | 7.9 | - |
| YUV | 50.03 | 143.78 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 66 | 78 | 0.90 | 0.15 | 0 | 0.69 | 190.29 | 0.81 | 0.17 |
| Hex | 8 | 42 | 4E | 5A | F | 0 | 45 | BE | 51 | 11 |
| Octal | 10 | 102 | 116 | 132 | 17 | 0 | 105 | 276 | 121 | 21 |
| Binary | 1000 | 1000010 | 1001110 | 1011010 | 1111 | 0 | 1000101 | 10111110 | 1010001 | 10001 |
Color Harmonies of #08424E
Complementary color
Monochromatic Colors of #08424E
Black with #08424E
Text Example
Text Example
White with #08424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08424E; }
p { color: rgb(8,66,78); }
H1.HeaderClassName
{
color: #08424E;
}
.AnyTagClassName
{
color: #08424E;
}
</style>
background-color css
<style>
a { background-color: #08424E; }
a { background-color: rgb(8,66,78); }
div.DivClassName
{
background-color: #08424E;
}
.BgClassName
{
background-color: #08424E;
}
</style>
border-color css
<style>
span { border-color: #08424E; }
span { border-color: rgb(8,66,78); }
td.TdClassName
{
border-color: #08424E;
}
.TagClassName
{
border-color: #08424E;
}
</style>