#093B4F

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

Shades of Sherpa Blue #093B4F

Tints of Sherpa Blue #093B4F

Color information

#093B4F (or 0x093B4F) is unknown color: approx Sherpa Blue. HEX triplet: 09, 3B and 4F. RGB value is (9,59,79). Sum of RGB (Red+Green+Blue) = 9+59+79=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #093B4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093B4F is #F6C4B0. Grayscale: #2E2E2E. Windows color (decimal): -16172209 or 5192457. OLE color: 5192457.

HSL color Cylindrical-coordinate representation of color #093B4F: hue angle of 197.14º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093B4F is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB95979-
CMYK0.890.2500.69
HSL197.14º79.55%17.25%-
HSV(B)197.14º88.61%30.98%-
XYZ3.093.757.96-
YUV46.33146.44101.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 59 (23.44% from 255) = 40.14%
BLUE value IS 79 (31.25% from 255) = 53.74%
R=6.12%
G=40.14%
B=53.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal959790.890.2500.69197.1479.5517.25
Hex93B4F5919045c55011
Octal117311713131010530512021
Binary100111101110011111011001110010100010111000101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093B4F; }

 p { color: rgb(9,59,79); }

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

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

 a { background-color: rgb(9,59,79); }

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

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

 span { border-color: rgb(9,59,79); }

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