#015453

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

Shades of Sherpa Blue #015453

Tints of Sherpa Blue #015453

Color information

#015453 (or 0x015453) is unknown color: approx Sherpa Blue. HEX triplet: 01, 54 and 53. RGB value is (1,84,83). Sum of RGB (Red+Green+Blue) = 1+84+83=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #015453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015453 is #FEABAC. Grayscale: #3A3A3A. Windows color (decimal): -16690093 or 5460993. OLE color: 5460993.

HSL color Cylindrical-coordinate representation of color #015453: hue angle of 179.28º 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 #015453 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB18483-
CMYK0.9900.010.67
HSL179.28º97.65%16.67%-
HSV(B)179.28º98.81%32.94%-
XYZ4.746.979.28-
YUV59.07141.586.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 84 (33.20% from 255) = 50%
BLUE value IS 83 (32.81% from 255) = 49.40%
R=0.60%
G=50%
B=49.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal184830.9900.010.67179.2897.6516.67
Hex15453630143b36211
Octal11241231430110326314221
Binary110101001010011110001101100001110110011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015453; }

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

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

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

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

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

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

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

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