#073950

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

Shades of Sherpa Blue #073950

Tints of Sherpa Blue #073950

Color information

#073950 (or 0x073950) is unknown color: approx Sherpa Blue. HEX triplet: 07, 39 and 50. RGB value is (7,57,80). Sum of RGB (Red+Green+Blue) = 7+57+80=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #073950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073950 is #F8C6AF. Grayscale: #2C2C2C. Windows color (decimal): -16303792 or 5257479. OLE color: 5257479.

HSL color Cylindrical-coordinate representation of color #073950: hue angle of 198.9º 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 #073950 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB75780-
CMYK0.910.2900.69
HSL198.9º83.91%17.06%-
HSV(B)198.9º91.25%31.37%-
XYZ33.558.12-
YUV44.67147.94101.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 57 (22.66% from 255) = 39.58%
BLUE value IS 80 (31.64% from 255) = 55.56%
R=4.86%
G=39.58%
B=55.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal757800.910.2900.69198.983.9117.06
Hex739505B1D045c75411
Octal77112013335010530712421
Binary11111100110100001011011111010100010111000111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073950; }

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

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

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

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

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

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

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

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