#073E50

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

Shades of Sherpa Blue #073E50

Tints of Sherpa Blue #073E50

Color information

#073E50 (or 0x073E50) is unknown color: approx Sherpa Blue. HEX triplet: 07, 3E and 50. RGB value is (7,62,80). Sum of RGB (Red+Green+Blue) = 7+62+80=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 62 (24.61% from 255 or 41.61% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #073E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073E50 is #F8C1AF. Grayscale: #2F2F2F. Windows color (decimal): -16302512 or 5258759. OLE color: 5258759.

HSL color Cylindrical-coordinate representation of color #073E50: hue angle of 194.79º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073E50 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB76280-
CMYK0.910.2200.69
HSL194.79º83.91%17.06%-
HSV(B)194.79º91.25%31.37%-
XYZ3.264.078.2-
YUV47.61146.2899.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.70%
GREEN value IS 62 (24.61% from 255) = 41.61%
BLUE value IS 80 (31.64% from 255) = 53.69%
R=4.70%
G=41.61%
B=53.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal762800.910.2200.69194.7983.9117.06
Hex73E505B16045c35411
Octal77612013326010530312421
Binary11111111010100001011011101100100010111000011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,62,80); }

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

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

 a { background-color: rgb(7,62,80); }

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

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

 span { border-color: rgb(7,62,80); }

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