#014043

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

Shades of Sherpa Blue #014043

Tints of Sherpa Blue #014043

Color information

#014043 (or 0x014043) is unknown color: approx Sherpa Blue. HEX triplet: 01, 40 and 43. RGB value is (1,64,67). Sum of RGB (Red+Green+Blue) = 1+64+67=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 67 (26.56% from 255 or 50.76% from 132); Max value from RGB is 67 - color contains mainly: blue. Hex color #014043 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014043 is #FEBFBC. Grayscale: #2D2D2D. Windows color (decimal): -16695229 or 4407297. OLE color: 4407297.

HSL color Cylindrical-coordinate representation of color #014043: hue angle of 182.73º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014043 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB16467-
CMYK0.990.0400.74
HSL182.73º97.06%13.33%-
HSV(B)182.73º98.51%26.27%-
XYZ2.864.085.95-
YUV45.5140.1396.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 67 (26.56% from 255) = 50.76%
R=0.76%
G=48.48%
B=50.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal164670.990.0400.74182.7397.0613.33
Hex1404363404Ab761d
Octal11001031434011226714115
Binary1100000010000111100011100010010101011011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014043; }

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

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

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

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

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

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

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

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