#015452

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

Shades of Sherpa Blue #015452

Tints of Sherpa Blue #015452

Color information

#015452 (or 0x015452) is unknown color: approx Sherpa Blue. HEX triplet: 01, 54 and 52. RGB value is (1,84,82). Sum of RGB (Red+Green+Blue) = 1+84+82=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #015452 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015452 is #FEABAD. Grayscale: #3A3A3A. Windows color (decimal): -16690094 or 5395457. OLE color: 5395457.

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

Color convert

RGB18482-
CMYK0.9900.020.67
HSL178.55º97.65%16.67%-
HSV(B)178.55º98.81%32.94%-
XYZ4.716.969.08-
YUV58.9614186.66-

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.30%
BLUE value IS 82 (32.42% from 255) = 49.10%
R=0.60%
G=50.30%
B=49.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal184820.9900.020.67178.5597.6516.67
Hex15452630243b36211
Octal11241221430210326314221
Binary1101010010100101100011010100001110110011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015452; }

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

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

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

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

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

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

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

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