#01544C

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

Shades of Sherpa Blue #01544C

Tints of Sherpa Blue #01544C

Color information

#01544C (or 0x01544C) is unknown color: approx Sherpa Blue. HEX triplet: 01, 54 and 4C. RGB value is (1,84,76). Sum of RGB (Red+Green+Blue) = 1+84+76=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #01544C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01544C is #FEABB3. Grayscale: #3A3A3A. Windows color (decimal): -16690100 or 5002241. OLE color: 5002241.

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

Color convert

RGB18476-
CMYK0.9900.100.67
HSL174.22º97.65%16.67%-
HSV(B)174.22º98.81%32.94%-
XYZ4.496.877.93-
YUV58.2713887.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 84 (33.20% from 255) = 52.17%
BLUE value IS 76 (30.08% from 255) = 47.20%
R=0.62%
G=52.17%
B=47.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal184760.9900.100.67174.2297.6516.67
Hex1544C630A43ae6211
Octal112411414301210325614221
Binary110101001001100110001101010100001110101110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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