#074155

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

Shades of Sherpa Blue #074155

Tints of Sherpa Blue #074155

Color information

#074155 (or 0x074155) is unknown color: approx Sherpa Blue. HEX triplet: 07, 41 and 55. RGB value is (7,65,85). Sum of RGB (Red+Green+Blue) = 7+65+85=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #074155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074155 is #F8BEAA. Grayscale: #313131. Windows color (decimal): -16301739 or 5587207. OLE color: 5587207.

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

Color convert

RGB76585-
CMYK0.920.2400.67
HSL195.38º84.78%18.04%-
HSV(B)195.38º91.76%33.33%-
XYZ3.624.489.27-
YUV49.94147.7897.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.46%
GREEN value IS 65 (25.78% from 255) = 41.40%
BLUE value IS 85 (33.59% from 255) = 54.14%
R=4.46%
G=41.40%
B=54.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal765850.920.2400.67195.3884.7818.04
Hex741555C18043c35512
Octal710112513430010330312522
Binary111100000110101011011100110000100001111000011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074155; }

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

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

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

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

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

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

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

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