#07394F

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

Shades of Sherpa Blue #07394F

Tints of Sherpa Blue #07394F

Color information

#07394F (or 0x07394F) is unknown color: approx Sherpa Blue. HEX triplet: 07, 39 and 4F. RGB value is (7,57,79). Sum of RGB (Red+Green+Blue) = 7+57+79=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 79 (31.25% from 255 or 55.24% from 143); Max value from RGB is 79 - color contains mainly: blue. Hex color #07394F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07394F is #F8C6B0. Grayscale: #2C2C2C. Windows color (decimal): -16303793 or 5191943. OLE color: 5191943.

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

Color convert

RGB75779-
CMYK0.910.2800.69
HSL198.33º83.72%16.86%-
HSV(B)198.33º91.14%30.98%-
XYZ2.963.547.92-
YUV44.56147.44101.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.90%
GREEN value IS 57 (22.66% from 255) = 39.86%
BLUE value IS 79 (31.25% from 255) = 55.24%
R=4.90%
G=39.86%
B=55.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal757790.910.2800.69198.3383.7216.86
Hex7394F5B1C045c65411
Octal77111713334010530612421
Binary11111100110011111011011111000100010111000110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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