#014651

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

Shades of Sherpa Blue #014651

Tints of Sherpa Blue #014651

Color information

#014651 (or 0x014651) is unknown color: approx Sherpa Blue. HEX triplet: 01, 46 and 51. RGB value is (1,70,81). Sum of RGB (Red+Green+Blue) = 1+70+81=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #014651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014651 is #FEB9AE. Grayscale: #323232. Windows color (decimal): -16693679 or 5326337. OLE color: 5326337.

HSL color Cylindrical-coordinate representation of color #014651: hue angle of 188.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014651 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB17081-
CMYK0.990.1400.68
HSL188.25º97.56%16.08%-
HSV(B)188.25º98.77%31.76%-
XYZ3.694.988.55-
YUV50.62145.1492.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 70 (27.73% from 255) = 46.05%
BLUE value IS 81 (32.03% from 255) = 53.29%
R=0.66%
G=46.05%
B=53.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal170810.990.1400.68188.2597.5616.08
Hex1465163E044bc6210
Octal110612114316010427414220
Binary110001101010001110001111100100010010111100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014651; }

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

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

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

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

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

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

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

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