Shades of Sherpa Blue #024B5B
Tints of Sherpa Blue #024B5B
RGB
CMYK
RGB Variations
Color information
#024B5B (or 0x024B5B) is known color: Sherpa Blue. HEX triplet: 02, 4B and 5B. RGB value is (2,75,91). Sum of RGB (Red+Green+Blue) = 2+75+91=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #024B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024B5B is #FDB4A4. Grayscale: #363636. Windows color (decimal): -16626853 or 5982978. OLE color: 5982978.
HSL color Cylindrical-coordinate representation of color #024B5B: hue angle of 190.79º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024B5B is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 75 | 91 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.64 |
| HSL | 190.79º | 0.96% | 0.18% | - |
| HSV(B) | 190.79º | 0.98% | 0.36% | - |
| XYZ | 4.43 | 5.8 | 10.78 | - |
| YUV | 55 | 148.32 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 91 | 0.98 | 0.18 | 0 | 0.64 | 190.79 | 0.96 | 0.18 |
| Hex | 2 | 4B | 5B | 62 | 12 | 0 | 40 | BF | 60 | 12 |
| Octal | 2 | 113 | 133 | 142 | 22 | 0 | 100 | 277 | 140 | 22 |
| Binary | 10 | 1001011 | 1011011 | 1100010 | 10010 | 0 | 1000000 | 10111111 | 1100000 | 10010 |
Color Harmonies of #024B5B
Complementary color
Monochromatic Colors of #024B5B
Black with #024B5B
Text Example
Text Example
White with #024B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024B5B; }
p { color: rgb(2,75,91); }
H1.HeaderClassName
{
color: #024B5B;
}
.AnyTagClassName
{
color: #024B5B;
}
</style>
background-color css
<style>
a { background-color: #024B5B; }
a { background-color: rgb(2,75,91); }
div.DivClassName
{
background-color: #024B5B;
}
.BgClassName
{
background-color: #024B5B;
}
</style>
border-color css
<style>
span { border-color: #024B5B; }
span { border-color: rgb(2,75,91); }
td.TdClassName
{
border-color: #024B5B;
}
.TagClassName
{
border-color: #024B5B;
}
</style>