Shades of Sherpa Blue #013F4B
Tints of Sherpa Blue #013F4B
RGB
CMYK
RGB Variations
Color information
#013F4B (or 0x013F4B) is known color: Sherpa Blue. HEX triplet: 01, 3F and 4B. RGB value is (1,63,75). Sum of RGB (Red+Green+Blue) = 1+63+75=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #013F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F4B is #FEC0B4. Grayscale: #2D2D2D. Windows color (decimal): -16695477 or 4931329. OLE color: 4931329.
HSL color Cylindrical-coordinate representation of color #013F4B: hue angle of 189.73º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F4B is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 63 | 75 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.71 |
| HSL | 189.73º | 0.97% | 0.15% | - |
| HSV(B) | 189.73º | 0.99% | 0.29% | - |
| XYZ | 3.06 | 4.07 | 7.28 | - |
| YUV | 45.83 | 144.46 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 75 | 0.99 | 0.16 | 0 | 0.71 | 189.73 | 0.97 | 0.15 |
| Hex | 1 | 3F | 4B | 63 | 10 | 0 | 47 | BE | 61 | F |
| Octal | 1 | 77 | 113 | 143 | 20 | 0 | 107 | 276 | 141 | 17 |
| Binary | 1 | 111111 | 1001011 | 1100011 | 10000 | 0 | 1000111 | 10111110 | 1100001 | 1111 |
Color Harmonies of #013F4B
Complementary color
Monochromatic Colors of #013F4B
Black with #013F4B
Text Example
Text Example
White with #013F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F4B; }
p { color: rgb(1,63,75); }
H1.HeaderClassName
{
color: #013F4B;
}
.AnyTagClassName
{
color: #013F4B;
}
</style>
background-color css
<style>
a { background-color: #013F4B; }
a { background-color: rgb(1,63,75); }
div.DivClassName
{
background-color: #013F4B;
}
.BgClassName
{
background-color: #013F4B;
}
</style>
border-color css
<style>
span { border-color: #013F4B; }
span { border-color: rgb(1,63,75); }
td.TdClassName
{
border-color: #013F4B;
}
.TagClassName
{
border-color: #013F4B;
}
</style>