Html Css Color HEX #01524A Sherpa Blue

📋 copy color: '#01524A'

red 1 ◦ green 82 ◦ blue 74

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

Shades of Sherpa Blue #01524A

Tints of Sherpa Blue #01524A

RGB

 RED value IS 1 (0.78% from 255) = 0.64%

 GREEN value IS 82 (32.42% from 255) = 52.23%

 BLUE value IS 74 (29.3% from 255) = 47.13%

R = 0.64%
G = 52.23%
B = 47.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#01524A (or 0x01524A) is known color: Sherpa Blue. HEX triplet: 01, 52 and 4A. RGB value is (1,82,74). Sum of RGB (Red+Green+Blue) = 1+82+74=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #01524A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01524A is #FEADB5. Grayscale: #383838. Windows color (decimal): -16690614 or 4870657. OLE color: 4870657.

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

Color convert

RGB 1 82 74 -
CMYK 0.99 0 0.10 0.68
HSL 174.07º 0.98% 0.16% -
HSV(B) 174.07º 0.99% 0.32% -
XYZ 4.27 6.54 7.52 -
YUV 56.87 137.66 88.15 -
System Red Green Blue C M Y K H S L
Decimal 1 82 74 0.99 0 0.10 0.68 174.07 0.98 0.16
Hex 1 52 4A 63 0 A 44 AE 62 10
Octal 1 122 112 143 0 12 104 256 142 20
Binary 1 1010010 1001010 1100011 0 1010 1000100 10101110 1100010 10000

Color Harmonies of #01524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01524A

Black with #01524A

Text Example


Text Example

White with #01524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01524A;
 }
 .AnyTagClassName
 {
   color: #01524A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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