#01544F

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

Shades of Sherpa Blue #01544F

Tints of Sherpa Blue #01544F

Color information

#01544F (or 0x01544F) is unknown color: approx Sherpa Blue. HEX triplet: 01, 54 and 4F. RGB value is (1,84,79). Sum of RGB (Red+Green+Blue) = 1+84+79=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #01544F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01544F is #FEABB0. Grayscale: #3A3A3A. Windows color (decimal): -16690097 or 5198849. OLE color: 5198849.

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

Color convert

RGB18479-
CMYK0.9900.060.67
HSL176.39º97.65%16.67%-
HSV(B)176.39º98.81%32.94%-
XYZ4.596.918.49-
YUV58.61139.586.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 84 (33.20% from 255) = 51.22%
BLUE value IS 79 (31.25% from 255) = 48.17%
R=0.61%
G=51.22%
B=48.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal184790.9900.060.67176.3997.6516.67
Hex1544F630643b06211
Octal11241171430610326014221
Binary11010100100111111000110110100001110110000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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