#004050

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

Shades of Sherpa Blue #004050

Tints of Sherpa Blue #004050

Color information

#004050 (or 0x004050) is unknown color: approx Sherpa Blue. HEX triplet: 00, 40 and 50. RGB value is (0,64,80). Sum of RGB (Red+Green+Blue) = 0+64+80=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #004050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004050 is #FFBFAF. Grayscale: #2E2E2E. Windows color (decimal): -16760752 or 5259264. OLE color: 5259264.

HSL color Cylindrical-coordinate representation of color #004050: hue angle of 192º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004050 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB06480-
CMYK10.2000.69
HSL192º100%15.69%-
HSV(B)192º100%31.37%-
XYZ3.284.258.24-
YUV46.69146.894.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 44.44%
BLUE value IS 80 (31.64% from 255) = 55.56%
R=0%
G=44.44%
B=55.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0648010.2000.6919210015.69
Hex040506414045c06410
Octal010012014424010530014420
Binary0100000010100001100100101000100010111000000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004050; }

 p { color: rgb(0,64,80); }

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

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

 a { background-color: rgb(0,64,80); }

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

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

 span { border-color: rgb(0,64,80); }

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