#073945

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

Shades of Sherpa Blue #073945

Tints of Sherpa Blue #073945

Color information

#073945 (or 0x073945) is unknown color: approx Sherpa Blue. HEX triplet: 07, 39 and 45. RGB value is (7,57,69). Sum of RGB (Red+Green+Blue) = 7+57+69=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 69 (27.34% from 255 or 51.88% from 133); Max value from RGB is 69 - color contains mainly: blue. Hex color #073945 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073945 is #F8C6BA. Grayscale: #2B2B2B. Windows color (decimal): -16303803 or 4536583. OLE color: 4536583.

HSL color Cylindrical-coordinate representation of color #073945: hue angle of 191.61º 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 #073945 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB75769-
CMYK0.900.1700.73
HSL191.61º81.58%14.9%-
HSV(B)191.61º89.86%27.06%-
XYZ2.623.46.15-
YUV43.42142.44102.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.26%
GREEN value IS 57 (22.66% from 255) = 42.86%
BLUE value IS 69 (27.34% from 255) = 51.88%
R=5.26%
G=42.86%
B=51.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal757690.900.1700.73191.6181.5814.9
Hex739455A11049c052f
Octal77110513221011130012217
Binary1111110011000101101101010001010010011100000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073945; }

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

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

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

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

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

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

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

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