#015055

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

Shades of Sherpa Blue #015055

Tints of Sherpa Blue #015055

Color information

#015055 (or 0x015055) is unknown color: approx Sherpa Blue. HEX triplet: 01, 50 and 55. RGB value is (1,80,85). Sum of RGB (Red+Green+Blue) = 1+80+85=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #015055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015055 is #FEAFAA. Grayscale: #383838. Windows color (decimal): -16691115 or 5591041. OLE color: 5591041.

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

Color convert

RGB18085-
CMYK0.990.0600.67
HSL183.57º97.67%16.86%-
HSV(B)183.57º98.82%33.33%-
XYZ4.526.49.59-
YUV56.95143.8388.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 80 (31.64% from 255) = 48.19%
BLUE value IS 85 (33.59% from 255) = 51.20%
R=0.60%
G=48.19%
B=51.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal180850.990.0600.67183.5797.6716.86
Hex15055636043b86211
Octal11201251436010327014221
Binary11010000101010111000111100100001110111000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015055; }

 p { color: rgb(1,80,85); }

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

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

 a { background-color: rgb(1,80,85); }

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

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

 span { border-color: rgb(1,80,85); }

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