#01515F

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

Shades of Sherpa Blue #01515F

Tints of Sherpa Blue #01515F

Color information

#01515F (or 0x01515F) is unknown color: approx Sherpa Blue. HEX triplet: 01, 51 and 5F. RGB value is (1,81,95). Sum of RGB (Red+Green+Blue) = 1+81+95=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 95 (37.5% from 255 or 53.67% from 177); Max value from RGB is 95 - color contains mainly: blue. Hex color #01515F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01515F is #FEAEA0. Grayscale: #3A3A3A. Windows color (decimal): -16690849 or 6246657. OLE color: 6246657.

HSL color Cylindrical-coordinate representation of color #01515F: hue angle of 188.94º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01515F is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB18195-
CMYK0.990.1500.63
HSL188.94º97.92%18.82%-
HSV(B)188.94º98.95%37.25%-
XYZ5.026.7211.86-
YUV58.68148.586.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 81 (32.03% from 255) = 45.76%
BLUE value IS 95 (37.5% from 255) = 53.67%
R=0.56%
G=45.76%
B=53.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal181950.990.1500.63188.9497.9218.82
Hex1515F63F03Fbd6213
Octal11211371431707727514223
Binary11010001101111111000111111011111110111101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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