#01534C

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

Shades of Sherpa Blue #01534C

Tints of Sherpa Blue #01534C

Color information

#01534C (or 0x01534C) is unknown color: approx Sherpa Blue. HEX triplet: 01, 53 and 4C. RGB value is (1,83,76). Sum of RGB (Red+Green+Blue) = 1+83+76=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #01534C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01534C is #FEACB3. Grayscale: #393939. Windows color (decimal): -16690356 or 5001985. OLE color: 5001985.

HSL color Cylindrical-coordinate representation of color #01534C: hue angle of 174.88º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01534C is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB18376-
CMYK0.9900.080.67
HSL174.88º97.62%16.47%-
HSV(B)174.88º98.8%32.55%-
XYZ4.416.717.9-
YUV57.68138.3387.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 83 (32.81% from 255) = 51.88%
BLUE value IS 76 (30.08% from 255) = 47.5%
R=0.62%
G=51.88%
B=47.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal183760.9900.080.67174.8897.6216.47
Hex1534C630843af6210
Octal112311414301010325714220
Binary110100111001100110001101000100001110101111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01534C; }

 p { color: rgb(1,83,76); }

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

<style>
 a { background-color: #01534C; }

 a { background-color: rgb(1,83,76); }

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

<style>
 span { border-color: #01534C; }

 span { border-color: rgb(1,83,76); }

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