#01515B

Color #01515B Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #01515B

Tints of Sherpa Blue #01515B

Color information

#01515B (or 0x01515B) is unknown color: approx Sherpa Blue. HEX triplet: 01, 51 and 5B. RGB value is (1,81,91). Sum of RGB (Red+Green+Blue) = 1+81+91=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #01515B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01515B is #FEAEA4. Grayscale: #3A3A3A. Windows color (decimal): -16690853 or 5984513. OLE color: 5984513.

HSL color Cylindrical-coordinate representation of color #01515B: hue angle of 186.67º 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 #01515B is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB18191-
CMYK0.990.1100.64
HSL186.67º97.83%18.04%-
HSV(B)186.67º98.9%35.69%-
XYZ4.846.6510.93-
YUV58.22146.587.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 81 (32.03% from 255) = 46.82%
BLUE value IS 91 (35.94% from 255) = 52.60%
R=0.58%
G=46.82%
B=52.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal181910.990.1100.64186.6797.8318.04
Hex1515B63B040bb6212
Octal112113314313010027314222
Binary110100011011011110001110110100000010111011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01515B; }

 p { color: rgb(1,81,91); }

 H1.HeaderClassName
 {
   color: #01515B;
 }
 .AnyTagClassName
 {
   color: #01515B;
 }
</style>
background-color css

<style>
 a { background-color: #01515B; }

 a { background-color: rgb(1,81,91); }

 div.DivClassName
 {
   background-color: #01515B;
 }
 .BgClassName
 {
   background-color: #01515B;
 }
</style>
border-color css

<style>
 span { border-color: #01515B; }

 span { border-color: rgb(1,81,91); }

 td.TdClassName
 {
   border-color: #01515B;
 }
 .TagClassName
 {
   border-color: #01515B;
 }
</style>