#014645

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

Shades of Sherpa Blue #014645

Tints of Sherpa Blue #014645

Color information

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

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

Color convert

RGB17069-
CMYK0.9900.010.73
HSL179.13º97.18%13.92%-
HSV(B)179.13º98.57%27.45%-
XYZ3.284.826.39-
YUV49.26139.1493.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal170690.9900.010.73179.1397.1813.92
Hex14645630149b361e
Octal11061051430111126314116
Binary11000110100010111000110110010011011001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014645; }

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

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

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

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

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

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

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

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