#014546

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

Shades of Sherpa Blue #014546

Tints of Sherpa Blue #014546

Color information

#014546 (or 0x014546) is unknown color: approx Sherpa Blue. HEX triplet: 01, 45 and 46. RGB value is (1,69,70). Sum of RGB (Red+Green+Blue) = 1+69+70=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #014546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014546 is #FEBAB9. Grayscale: #303030. Windows color (decimal): -16693946 or 4605185. OLE color: 4605185.

HSL color Cylindrical-coordinate representation of color #014546: hue angle of 180.87º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014546 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB16970-
CMYK0.990.0100.73
HSL180.87º97.18%13.92%-
HSV(B)180.87º98.57%27.45%-
XYZ3.254.76.53-
YUV48.78139.9793.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 69 (27.34% from 255) = 49.29%
BLUE value IS 70 (27.73% from 255) = 50%
R=0.71%
G=49.29%
B=50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal169700.990.0100.73180.8797.1813.92
Hex14546631049b561e
Octal11051061431011126514116
Binary11000101100011011000111010010011011010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014546; }

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

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

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

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

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

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

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

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