#004144

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

Shades of Sherpa Blue #004144

Tints of Sherpa Blue #004144

Color information

#004144 (or 0x004144) is unknown color: approx Sherpa Blue. HEX triplet: 00, 41 and 44. RGB value is (0,65,68). Sum of RGB (Red+Green+Blue) = 0+65+68=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 68 (26.95% from 255 or 51.13% from 133); Max value from RGB is 68 - color contains mainly: blue. Hex color #004144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004144 is #FFBEBB. Grayscale: #2D2D2D. Windows color (decimal): -16760508 or 4473088. OLE color: 4473088.

HSL color Cylindrical-coordinate representation of color #004144: hue angle of 182.65º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004144 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB06568-
CMYK10.0400.73
HSL182.65º100%13.33%-
HSV(B)182.65º100%26.67%-
XYZ2.934.26.12-
YUV45.91140.4795.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 65 (25.78% from 255) = 48.87%
BLUE value IS 68 (26.95% from 255) = 51.13%
R=0%
G=48.87%
B=51.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0656810.0400.73182.6510013.33
Hex04144644049b764d
Octal01011041444011126714415
Binary0100000110001001100100100010010011011011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004144; }

 p { color: rgb(0,65,68); }

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

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

 a { background-color: rgb(0,65,68); }

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

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

 span { border-color: rgb(0,65,68); }

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