#01524E

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

Shades of Sherpa Blue #01524E

Tints of Sherpa Blue #01524E

Color information

#01524E (or 0x01524E) is unknown color: approx Sherpa Blue. HEX triplet: 01, 52 and 4E. RGB value is (1,82,78). Sum of RGB (Red+Green+Blue) = 1+82+78=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #01524E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01524E is #FEADB1. Grayscale: #393939. Windows color (decimal): -16690610 or 5132801. OLE color: 5132801.

HSL color Cylindrical-coordinate representation of color #01524E: hue angle of 177.04º 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 #01524E is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB18278-
CMYK0.9900.050.68
HSL177.04º97.59%16.27%-
HSV(B)177.04º98.78%32.16%-
XYZ4.46.598.25-
YUV57.32139.6687.83-

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.93%
BLUE value IS 78 (30.86% from 255) = 48.45%
R=0.62%
G=50.93%
B=48.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal182780.9900.050.68177.0497.5916.27
Hex1524E630544b16210
Octal11221161430510426114220
Binary11010010100111011000110101100010010110001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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