#015258

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

Shades of Sherpa Blue #015258

Tints of Sherpa Blue #015258

Color information

#015258 (or 0x015258) is unknown color: approx Sherpa Blue. HEX triplet: 01, 52 and 58. RGB value is (1,82,88). Sum of RGB (Red+Green+Blue) = 1+82+88=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #015258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015258 is #FEADA7. Grayscale: #3A3A3A. Windows color (decimal): -16690600 or 5788161. OLE color: 5788161.

HSL color Cylindrical-coordinate representation of color #015258: hue angle of 184.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015258 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB18288-
CMYK0.990.0700.65
HSL184.14º97.75%17.45%-
HSV(B)184.14º98.86%34.51%-
XYZ4.796.7510.28-
YUV58.46144.6687.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 82 (32.42% from 255) = 47.95%
BLUE value IS 88 (34.77% from 255) = 51.46%
R=0.58%
G=47.95%
B=51.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal182880.990.0700.65184.1497.7517.45
Hex15258637041b86211
Octal11221301437010127014221
Binary11010010101100011000111110100000110111000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015258; }

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

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

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

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

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

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

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

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