#015046

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

Shades of Sherpa Blue #015046

Tints of Sherpa Blue #015046

Color information

#015046 (or 0x015046) is unknown color: approx Sherpa Blue. HEX triplet: 01, 50 and 46. RGB value is (1,80,70). Sum of RGB (Red+Green+Blue) = 1+80+70=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #015046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015046 is #FEAFB9. Grayscale: #373737. Windows color (decimal): -16691130 or 4608001. OLE color: 4608001.

HSL color Cylindrical-coordinate representation of color #015046: hue angle of 172.41º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015046 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB18070-
CMYK0.9900.120.69
HSL172.41º97.53%15.88%-
HSV(B)172.41º98.75%31.37%-
XYZ3.996.196.78-
YUV55.24136.3389.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 80 (31.64% from 255) = 52.98%
BLUE value IS 70 (27.73% from 255) = 46.36%
R=0.66%
G=52.98%
B=46.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal180700.9900.120.69172.4197.5315.88
Hex15046630C45ac6210
Octal112010614301410525414220
Binary110100001000110110001101100100010110101100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015046; }

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

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

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

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

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

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

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

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