Html Css Color HEX #01524E Sherpa Blue

📋 copy color: '#01524E'

red 1 ◦ green 82 ◦ blue 78

#01524E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #01524E

Tints of Sherpa Blue #01524E

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 value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#01524E (or 0x01524E) is known color: 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

RGB 1 82 78 -
CMYK 0.99 0 0.05 0.68
HSL 177.04º 0.98% 0.16% -
HSV(B) 177.04º 0.99% 0.32% -
XYZ 4.4 6.59 8.25 -
YUV 57.33 139.66 87.83 -
System Red Green Blue C M Y K H S L
Decimal 1 82 78 0.99 0 0.05 0.68 177.04 0.98 0.16
Hex 1 52 4E 63 0 5 44 B1 62 10
Octal 1 122 116 143 0 5 104 261 142 20
Binary 1 1010010 1001110 1100011 0 101 1000100 10110001 1100010 10000

Color Harmonies of #01524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01524E

Black with #01524E

Text Example


Text Example

White with #01524E

Text Example


Text Example

HTML Codes & Css Web 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>