#014051

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

Shades of Sherpa Blue #014051

Tints of Sherpa Blue #014051

Color information

#014051 (or 0x014051) is unknown color: approx Sherpa Blue. HEX triplet: 01, 40 and 51. RGB value is (1,64,81). Sum of RGB (Red+Green+Blue) = 1+64+81=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #014051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014051 is #FEBFAE. Grayscale: #2E2E2E. Windows color (decimal): -16695215 or 5324801. OLE color: 5324801.

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

Color convert

RGB16481-
CMYK0.990.2100.68
HSL192.75º97.56%16.08%-
HSV(B)192.75º98.77%31.76%-
XYZ3.334.278.43-
YUV47.1147.1395.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 81 (32.03% from 255) = 55.48%
R=0.68%
G=43.84%
B=55.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal164810.990.2100.68192.7597.5616.08
Hex140516315044c16210
Octal110012114325010430114220
Binary1100000010100011100011101010100010011000001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014051; }

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

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

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

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

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

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

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

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