#074057

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

Shades of Sherpa Blue #074057

Tints of Sherpa Blue #074057

Color information

#074057 (or 0x074057) is unknown color: approx Sherpa Blue. HEX triplet: 07, 40 and 57. RGB value is (7,64,87). Sum of RGB (Red+Green+Blue) = 7+64+87=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #074057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074057 is #F8BFA8. Grayscale: #313131. Windows color (decimal): -16301993 or 5718023. OLE color: 5718023.

HSL color Cylindrical-coordinate representation of color #074057: hue angle of 197.25º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074057 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB76487-
CMYK0.920.2600.66
HSL197.25º85.11%18.43%-
HSV(B)197.25º91.95%34.12%-
XYZ3.644.49.67-
YUV49.58149.1297.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.43%
GREEN value IS 64 (25.39% from 255) = 40.51%
BLUE value IS 87 (34.38% from 255) = 55.06%
R=4.43%
G=40.51%
B=55.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal764870.920.2600.66197.2585.1118.43
Hex740575C1A042c55512
Octal710012713432010230512522
Binary111100000010101111011100110100100001011000101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074057; }

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

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

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

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

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

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

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

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