#015053

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

Shades of Sherpa Blue #015053

Tints of Sherpa Blue #015053

Color information

#015053 (or 0x015053) is unknown color: approx Sherpa Blue. HEX triplet: 01, 50 and 53. RGB value is (1,80,83). Sum of RGB (Red+Green+Blue) = 1+80+83=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #015053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015053 is #FEAFAC. Grayscale: #383838. Windows color (decimal): -16691117 or 5459969. OLE color: 5459969.

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

Color convert

RGB18083-
CMYK0.990.0400.67
HSL182.2º97.62%16.47%-
HSV(B)182.2º98.8%32.55%-
XYZ4.446.379.18-
YUV56.72142.8388.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 80 (31.64% from 255) = 48.78%
BLUE value IS 83 (32.81% from 255) = 50.61%
R=0.61%
G=48.78%
B=50.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal180830.990.0400.67182.297.6216.47
Hex15053634043b66210
Octal11201231434010326614220
Binary11010000101001111000111000100001110110110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015053; }

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

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

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

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

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

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

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

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