#01505F

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

Shades of Sherpa Blue #01505F

Tints of Sherpa Blue #01505F

Color information

#01505F (or 0x01505F) is unknown color: approx Sherpa Blue. HEX triplet: 01, 50 and 5F. RGB value is (1,80,95). Sum of RGB (Red+Green+Blue) = 1+80+95=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #01505F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01505F is #FEAFA0. Grayscale: #393939. Windows color (decimal): -16691105 or 6246401. OLE color: 6246401.

HSL color Cylindrical-coordinate representation of color #01505F: hue angle of 189.57º 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 #01505F is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB18095-
CMYK0.990.1600.63
HSL189.57º97.92%18.82%-
HSV(B)189.57º98.95%37.25%-
XYZ4.956.5711.83-
YUV58.09148.8387.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 80 (31.64% from 255) = 45.45%
BLUE value IS 95 (37.5% from 255) = 53.98%
R=0.57%
G=45.45%
B=53.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal180950.990.1600.63189.5797.9218.82
Hex1505F631003Fbe6213
Octal11201371432007727614223
Binary110100001011111110001110000011111110111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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