Shades of Sherpa Blue #014B5C
Tints of Sherpa Blue #014B5C
RGB
CMYK
RGB Variations
Color information
#014B5C (or 0x014B5C) is known color: Sherpa Blue. HEX triplet: 01, 4B and 5C. RGB value is (1,75,92). Sum of RGB (Red+Green+Blue) = 1+75+92=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #014B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014B5C is #FEB4A3. Grayscale: #363636. Windows color (decimal): -16692388 or 6048513. OLE color: 6048513.
HSL color Cylindrical-coordinate representation of color #014B5C: hue angle of 191.21º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B5C is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 75 | 92 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.64 |
| HSL | 191.21º | 0.98% | 0.18% | - |
| HSV(B) | 191.21º | 0.99% | 0.36% | - |
| XYZ | 4.46 | 5.81 | 11.01 | - |
| YUV | 54.81 | 148.98 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 92 | 0.99 | 0.18 | 0 | 0.64 | 191.21 | 0.98 | 0.18 |
| Hex | 1 | 4B | 5C | 63 | 12 | 0 | 40 | BF | 62 | 12 |
| Octal | 1 | 113 | 134 | 143 | 22 | 0 | 100 | 277 | 142 | 22 |
| Binary | 1 | 1001011 | 1011100 | 1100011 | 10010 | 0 | 1000000 | 10111111 | 1100010 | 10010 |
Color Harmonies of #014B5C
Complementary color
Monochromatic Colors of #014B5C
Black with #014B5C
Text Example
Text Example
White with #014B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014B5C; }
p { color: rgb(1,75,92); }
H1.HeaderClassName
{
color: #014B5C;
}
.AnyTagClassName
{
color: #014B5C;
}
</style>
background-color css
<style>
a { background-color: #014B5C; }
a { background-color: rgb(1,75,92); }
div.DivClassName
{
background-color: #014B5C;
}
.BgClassName
{
background-color: #014B5C;
}
</style>
border-color css
<style>
span { border-color: #014B5C; }
span { border-color: rgb(1,75,92); }
td.TdClassName
{
border-color: #014B5C;
}
.TagClassName
{
border-color: #014B5C;
}
</style>