#004052

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

Shades of Sherpa Blue #004052

Tints of Sherpa Blue #004052

Color information

#004052 (or 0x004052) is unknown color: approx Sherpa Blue. HEX triplet: 00, 40 and 52. RGB value is (0,64,82). Sum of RGB (Red+Green+Blue) = 0+64+82=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #004052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004052 is #FFBFAD. Grayscale: #2E2E2E. Windows color (decimal): -16760750 or 5390336. OLE color: 5390336.

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

Color convert

RGB06482-
CMYK10.2200.68
HSL193.17º100%16.08%-
HSV(B)193.17º100%32.16%-
XYZ3.364.288.63-
YUV46.92147.894.54-

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.84%
BLUE value IS 82 (32.42% from 255) = 56.16%
R=0%
G=43.84%
B=56.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal0648210.2200.68193.1710016.08
Hex040526416044c16410
Octal010012214426010430114420
Binary0100000010100101100100101100100010011000001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004052; }

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

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

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

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

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

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

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

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