#074055

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

Shades of Sherpa Blue #074055

Tints of Sherpa Blue #074055

Color information

#074055 (or 0x074055) is unknown color: approx Sherpa Blue. HEX triplet: 07, 40 and 55. RGB value is (7,64,85). Sum of RGB (Red+Green+Blue) = 7+64+85=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #074055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074055 is #F8BFAA. Grayscale: #313131. Windows color (decimal): -16301995 or 5586951. OLE color: 5586951.

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

Color convert

RGB76485-
CMYK0.920.2500.67
HSL196.15º84.78%18.04%-
HSV(B)196.15º91.76%33.33%-
XYZ3.564.379.25-
YUV49.35148.1297.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.49%
GREEN value IS 64 (25.39% from 255) = 41.03%
BLUE value IS 85 (33.59% from 255) = 54.49%
R=4.49%
G=41.03%
B=54.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal764850.920.2500.67196.1584.7818.04
Hex740555C19043c45512
Octal710012513431010330412522
Binary111100000010101011011100110010100001111000100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074055; }

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

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

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

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

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

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

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

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