#004054

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

Shades of Sherpa Blue #004054

Tints of Sherpa Blue #004054

Color information

#004054 (or 0x004054) is unknown color: approx Sherpa Blue. HEX triplet: 00, 40 and 54. RGB value is (0,64,84). Sum of RGB (Red+Green+Blue) = 0+64+84=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 84 (33.20% from 255 or 56.76% from 148); Max value from RGB is 84 - color contains mainly: blue. Hex color #004054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004054 is #FFBFAB. Grayscale: #2F2F2F. Windows color (decimal): -16760748 or 5521408. OLE color: 5521408.

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

Color convert

RGB06484-
CMYK10.2400.67
HSL194.29º100%16.47%-
HSV(B)194.29º100%32.94%-
XYZ3.434.319.04-
YUV47.14148.894.37-

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) = 43.24%
BLUE value IS 84 (33.20% from 255) = 56.76%
R=0%
G=43.24%
B=56.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0648410.2400.67194.2910016.47
Hex040546418043c26410
Octal010012414430010330214420
Binary0100000010101001100100110000100001111000010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004054; }

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

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

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

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

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

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

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

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