#01525F

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

Shades of Sherpa Blue #01525F

Tints of Sherpa Blue #01525F

Color information

#01525F (or 0x01525F) is unknown color: approx Sherpa Blue. HEX triplet: 01, 52 and 5F. RGB value is (1,82,95). Sum of RGB (Red+Green+Blue) = 1+82+95=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #01525F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01525F is #FEADA0. Grayscale: #3B3B3B. Windows color (decimal): -16690593 or 6246913. OLE color: 6246913.

HSL color Cylindrical-coordinate representation of color #01525F: hue angle of 188.3º 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 #01525F is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB18295-
CMYK0.990.1400.63
HSL188.3º97.92%18.82%-
HSV(B)188.3º98.95%37.25%-
XYZ5.16.8711.88-
YUV59.26148.1686.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 82 (32.42% from 255) = 46.07%
BLUE value IS 95 (37.5% from 255) = 53.37%
R=0.56%
G=46.07%
B=53.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal182950.990.1400.63188.397.9218.82
Hex1525F63E03Fbc6213
Octal11221371431607727414223
Binary11010010101111111000111110011111110111100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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