#073949

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

Shades of Sherpa Blue #073949

Tints of Sherpa Blue #073949

Color information

#073949 (or 0x073949) is unknown color: approx Sherpa Blue. HEX triplet: 07, 39 and 49. RGB value is (7,57,73). Sum of RGB (Red+Green+Blue) = 7+57+73=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #073949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073949 is #F8C6B6. Grayscale: #2B2B2B. Windows color (decimal): -16303799 or 4798727. OLE color: 4798727.

HSL color Cylindrical-coordinate representation of color #073949: hue angle of 194.55º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073949 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB75773-
CMYK0.900.2200.71
HSL194.55º82.5%15.69%-
HSV(B)194.55º90.41%28.63%-
XYZ2.753.456.82-
YUV43.87144.44101.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.11%
GREEN value IS 57 (22.66% from 255) = 41.61%
BLUE value IS 73 (28.91% from 255) = 53.28%
R=5.11%
G=41.61%
B=53.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal757730.900.2200.71194.5582.515.69
Hex739495A16047c35210
Octal77111113226010730312220
Binary11111100110010011011010101100100011111000011101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073949; }

 p { color: rgb(7,57,73); }

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

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

 a { background-color: rgb(7,57,73); }

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

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

 span { border-color: rgb(7,57,73); }

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