#074058

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

Shades of Sherpa Blue #074058

Tints of Sherpa Blue #074058

Color information

#074058 (or 0x074058) is unknown color: approx Sherpa Blue. HEX triplet: 07, 40 and 58. RGB value is (7,64,88). Sum of RGB (Red+Green+Blue) = 7+64+88=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #074058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074058 is #F8BFA7. Grayscale: #313131. Windows color (decimal): -16301992 or 5783559. OLE color: 5783559.

HSL color Cylindrical-coordinate representation of color #074058: hue angle of 197.78º 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 #074058 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB76488-
CMYK0.920.2700.65
HSL197.78º85.26%18.63%-
HSV(B)197.78º92.05%34.51%-
XYZ3.684.429.89-
YUV49.69149.6297.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.40%
GREEN value IS 64 (25.39% from 255) = 40.25%
BLUE value IS 88 (34.77% from 255) = 55.35%
R=4.40%
G=40.25%
B=55.35%

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
Decimal764880.920.2700.65197.7885.2618.63
Hex740585C1B041c65513
Octal710013013433010130612523
Binary111100000010110001011100110110100000111000110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074058; }

 p { color: rgb(7,64,88); }

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

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

 a { background-color: rgb(7,64,88); }

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

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

 span { border-color: rgb(7,64,88); }

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