#074259

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

Shades of Sherpa Blue #074259

Tints of Sherpa Blue #074259

Color information

#074259 (or 0x074259) is unknown color: approx Sherpa Blue. HEX triplet: 07, 42 and 59. RGB value is (7,66,89). Sum of RGB (Red+Green+Blue) = 7+66+89=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #074259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074259 is #F8BDA6. Grayscale: #323232. Windows color (decimal): -16301479 or 5849607. OLE color: 5849607.

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

Color convert

RGB76689-
CMYK0.920.2600.65
HSL196.83º85.42%18.82%-
HSV(B)196.83º92.13%34.9%-
XYZ3.844.6610.15-
YUV50.98149.4596.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.32%
GREEN value IS 66 (26.17% from 255) = 40.74%
BLUE value IS 89 (35.16% from 255) = 54.94%
R=4.32%
G=40.74%
B=54.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal766890.920.2600.65196.8385.4218.82
Hex742595C1A041c55513
Octal710213113432010130512523
Binary111100001010110011011100110100100000111000101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074259; }

 p { color: rgb(7,66,89); }

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

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

 a { background-color: rgb(7,66,89); }

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

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

 span { border-color: rgb(7,66,89); }

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