#074555

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

Shades of Sherpa Blue #074555

Tints of Sherpa Blue #074555

Color information

#074555 (or 0x074555) is unknown color: approx Sherpa Blue. HEX triplet: 07, 45 and 55. RGB value is (7,69,85). Sum of RGB (Red+Green+Blue) = 7+69+85=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #074555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074555 is #F8BAAA. Grayscale: #343434. Windows color (decimal): -16300715 or 5588231. OLE color: 5588231.

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

Color convert

RGB76985-
CMYK0.920.1900.67
HSL192.31º84.78%18.04%-
HSV(B)192.31º91.76%33.33%-
XYZ3.864.969.35-
YUV52.29146.4695.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.35%
GREEN value IS 69 (27.34% from 255) = 42.86%
BLUE value IS 85 (33.59% from 255) = 52.80%
R=4.35%
G=42.86%
B=52.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal769850.920.1900.67192.3184.7818.04
Hex745555C13043c05512
Octal710512513423010330012522
Binary111100010110101011011100100110100001111000000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074555; }

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

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

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

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

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

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

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

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