#01524F

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

Shades of Sherpa Blue #01524F

Tints of Sherpa Blue #01524F

Color information

#01524F (or 0x01524F) is unknown color: approx Sherpa Blue. HEX triplet: 01, 52 and 4F. RGB value is (1,82,79). Sum of RGB (Red+Green+Blue) = 1+82+79=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #01524F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01524F is #FEADB0. Grayscale: #393939. Windows color (decimal): -16690609 or 5198337. OLE color: 5198337.

HSL color Cylindrical-coordinate representation of color #01524F: hue angle of 177.78º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01524F is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB18279-
CMYK0.9900.040.68
HSL177.78º97.59%16.27%-
HSV(B)177.78º98.78%32.16%-
XYZ4.446.618.44-
YUV57.44140.1687.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 82 (32.42% from 255) = 50.62%
BLUE value IS 79 (31.25% from 255) = 48.77%
R=0.62%
G=50.62%
B=48.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal182790.9900.040.68177.7897.5916.27
Hex1524F630444b26210
Octal11221171430410426214220
Binary11010010100111111000110100100010010110010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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