Html Css Color HEX #01525B Sherpa Blue

📋 copy color: '#01525B'

red 1 ◦ green 82 ◦ blue 91

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

Shades of Sherpa Blue #01525B

Tints of Sherpa Blue #01525B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 52.3%

R = 0.57%
G = 47.13%
B = 52.3%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01525B (or 0x01525B) is known color: Sherpa Blue. HEX triplet: 01, 52 and 5B. RGB value is (1,82,91). Sum of RGB (Red+Green+Blue) = 1+82+91=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #01525B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01525B is #FEADA4. Grayscale: #3A3A3A. Windows color (decimal): -16690597 or 5984769. OLE color: 5984769.

HSL color Cylindrical-coordinate representation of color #01525B: hue angle of 186º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01525B is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 82 91 -
CMYK 0.99 0.10 0 0.64
HSL 186º 0.98% 0.18% -
HSV(B) 186º 0.99% 0.36% -
XYZ 4.92 6.8 10.95 -
YUV 58.81 146.16 86.77 -
System Red Green Blue C M Y K H S L
Decimal 1 82 91 0.99 0.10 0 0.64 186 0.98 0.18
Hex 1 52 5B 63 A 0 40 BA 62 12
Octal 1 122 133 143 12 0 100 272 142 22
Binary 1 1010010 1011011 1100011 1010 0 1000000 10111010 1100010 10010

Color Harmonies of #01525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01525B

Black with #01525B

Text Example


Text Example

White with #01525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01525B; }

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

 H1.HeaderClassName
 {
   color: #01525B;
 }
 .AnyTagClassName
 {
   color: #01525B;
 }
</style>

background-color css

<style>
 a { background-color: #01525B; }

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

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

border-color css

<style>
 span { border-color: #01525B; }

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

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