#014346

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

Shades of Sherpa Blue #014346

Tints of Sherpa Blue #014346

Color information

#014346 (or 0x014346) is unknown color: approx Sherpa Blue. HEX triplet: 01, 43 and 46. RGB value is (1,67,70). Sum of RGB (Red+Green+Blue) = 1+67+70=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 70 (27.73% from 255 or 50.72% from 138); Max value from RGB is 70 - color contains mainly: blue. Hex color #014346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014346 is #FEBCB9. Grayscale: #2F2F2F. Windows color (decimal): -16694458 or 4604673. OLE color: 4604673.

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

Color convert

RGB16770-
CMYK0.990.0400.73
HSL182.61º97.18%13.92%-
HSV(B)182.61º98.57%27.45%-
XYZ3.134.466.49-
YUV47.61140.6394.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 67 (26.56% from 255) = 48.55%
BLUE value IS 70 (27.73% from 255) = 50.72%
R=0.72%
G=48.55%
B=50.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal167700.990.0400.73182.6197.1813.92
Hex14346634049b761e
Octal11031061434011126714116
Binary1100001110001101100011100010010011011011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014346; }

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

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

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

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

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

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

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

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