#074159

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

Shades of Sherpa Blue #074159

Tints of Sherpa Blue #074159

Color information

#074159 (or 0x074159) is unknown color: approx Sherpa Blue. HEX triplet: 07, 41 and 59. RGB value is (7,65,89). Sum of RGB (Red+Green+Blue) = 7+65+89=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #074159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074159 is #F8BEA6. Grayscale: #323232. Windows color (decimal): -16301735 or 5849351. OLE color: 5849351.

HSL color Cylindrical-coordinate representation of color #074159: hue angle of 197.56º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074159 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB76589-
CMYK0.920.2700.65
HSL197.56º85.42%18.82%-
HSV(B)197.56º92.13%34.9%-
XYZ3.784.5510.13-
YUV50.39149.7897.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.35%
GREEN value IS 65 (25.78% from 255) = 40.37%
BLUE value IS 89 (35.16% from 255) = 55.28%
R=4.35%
G=40.37%
B=55.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal765890.920.2700.65197.5685.4218.82
Hex741595C1B041c65513
Octal710113113433010130612523
Binary111100000110110011011100110110100000111000110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074159; }

 p { color: rgb(7,65,89); }

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

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

 a { background-color: rgb(7,65,89); }

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

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

 span { border-color: rgb(7,65,89); }

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