#073845

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

Shades of Sherpa Blue #073845

Tints of Sherpa Blue #073845

Color information

#073845 (or 0x073845) is unknown color: approx Sherpa Blue. HEX triplet: 07, 38 and 45. RGB value is (7,56,69). Sum of RGB (Red+Green+Blue) = 7+56+69=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 69 (27.34% from 255 or 52.27% from 132); Max value from RGB is 69 - color contains mainly: blue. Hex color #073845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073845 is #F8C7BA. Grayscale: #2A2A2A. Windows color (decimal): -16304059 or 4536327. OLE color: 4536327.

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

Color convert

RGB75669-
CMYK0.900.1900.73
HSL192.58º81.58%14.9%-
HSV(B)192.58º89.86%27.06%-
XYZ2.583.36.13-
YUV42.83142.77102.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.30%
GREEN value IS 56 (22.27% from 255) = 42.42%
BLUE value IS 69 (27.34% from 255) = 52.27%
R=5.30%
G=42.42%
B=52.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal756690.900.1900.73192.5881.5814.9
Hex738455A13049c152f
Octal77010513223011130112217
Binary1111110001000101101101010011010010011100000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073845; }

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

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

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

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

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

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

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

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