#073B45

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

Shades of Sherpa Blue #073B45

Tints of Sherpa Blue #073B45

Color information

#073B45 (or 0x073B45) is unknown color: approx Sherpa Blue. HEX triplet: 07, 3B and 45. RGB value is (7,59,69). Sum of RGB (Red+Green+Blue) = 7+59+69=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 59 (23.44% from 255 or 43.70% from 135); Blue value is 69 (27.34% from 255 or 51.11% from 135); Max value from RGB is 69 - color contains mainly: blue. Hex color #073B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073B45 is #F8C4BA. Grayscale: #2C2C2C. Windows color (decimal): -16303291 or 4537095. OLE color: 4537095.

HSL color Cylindrical-coordinate representation of color #073B45: hue angle of 189.68º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073B45 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB75969-
CMYK0.900.1400.73
HSL189.68º81.58%14.9%-
HSV(B)189.68º89.86%27.06%-
XYZ2.733.66.18-
YUV44.59141.77101.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.19%
GREEN value IS 59 (23.44% from 255) = 43.70%
BLUE value IS 69 (27.34% from 255) = 51.11%
R=5.19%
G=43.70%
B=51.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal759690.900.1400.73189.6881.5814.9
Hex73B455AE049be52f
Octal77310513216011127612217
Binary111111011100010110110101110010010011011111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073B45; }

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

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

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

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

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

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

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

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