Html Css Color HEX #01525E Sherpa Blue

📋 copy color: '#01525E'

red 1 ◦ green 82 ◦ blue 94

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

Shades of Sherpa Blue #01525E

Tints of Sherpa Blue #01525E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 53.11%

R = 0.56%
G = 46.33%
B = 53.11%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01525E (or 0x01525E) is known color: Sherpa Blue. HEX triplet: 01, 52 and 5E. RGB value is (1,82,94). Sum of RGB (Red+Green+Blue) = 1+82+94=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #01525E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01525E is #FEADA1. Grayscale: #3B3B3B. Windows color (decimal): -16690594 or 6181377. OLE color: 6181377.

HSL color Cylindrical-coordinate representation of color #01525E: hue angle of 187.74º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01525E is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 82 94 -
CMYK 0.99 0.13 0 0.63
HSL 187.74º 0.98% 0.19% -
HSV(B) 187.74º 0.99% 0.37% -
XYZ 5.05 6.85 11.65 -
YUV 59.15 147.66 86.52 -
System Red Green Blue C M Y K H S L
Decimal 1 82 94 0.99 0.13 0 0.63 187.74 0.98 0.19
Hex 1 52 5E 63 D 0 3F BC 62 13
Octal 1 122 136 143 15 0 77 274 142 23
Binary 1 1010010 1011110 1100011 1101 0 111111 10111100 1100010 10011

Color Harmonies of #01525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01525E

Black with #01525E

Text Example


Text Example

White with #01525E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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