#07394B

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

Shades of Sherpa Blue #07394B

Tints of Sherpa Blue #07394B

Color information

#07394B (or 0x07394B) is unknown color: approx Sherpa Blue. HEX triplet: 07, 39 and 4B. RGB value is (7,57,75). Sum of RGB (Red+Green+Blue) = 7+57+75=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #07394B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07394B is #F8C6B4. Grayscale: #2B2B2B. Windows color (decimal): -16303797 or 4929799. OLE color: 4929799.

HSL color Cylindrical-coordinate representation of color #07394B: hue angle of 195.88º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07394B is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB75775-
CMYK0.910.2400.71
HSL195.88º82.93%16.08%-
HSV(B)195.88º90.67%29.41%-
XYZ2.823.487.18-
YUV44.1145.44101.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.04%
GREEN value IS 57 (22.66% from 255) = 41.01%
BLUE value IS 75 (29.69% from 255) = 53.96%
R=5.04%
G=41.01%
B=53.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal757750.910.2400.71195.8882.9316.08
Hex7394B5B18047c45310
Octal77111313330010730412320
Binary11111100110010111011011110000100011111000100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07394B; }

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

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

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

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

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

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

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

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