#093F4D

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

Shades of Sherpa Blue #093F4D

Tints of Sherpa Blue #093F4D

Color information

#093F4D (or 0x093F4D) is unknown color: approx Sherpa Blue. HEX triplet: 09, 3F and 4D. RGB value is (9,63,77). Sum of RGB (Red+Green+Blue) = 9+63+77=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #093F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093F4D is #F6C0B2. Grayscale: #303030. Windows color (decimal): -16171187 or 5062409. OLE color: 5062409.

HSL color Cylindrical-coordinate representation of color #093F4D: hue angle of 192.35º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #093F4D is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB96377-
CMYK0.880.1800.70
HSL192.35º79.07%16.86%-
HSV(B)192.35º88.31%30.2%-
XYZ3.234.157.65-
YUV48.45144.1199.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.04%
GREEN value IS 63 (25% from 255) = 42.28%
BLUE value IS 77 (30.47% from 255) = 51.68%
R=6.04%
G=42.28%
B=51.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal963770.880.1800.70192.3579.0716.86
Hex93F4D5812046c04f11
Octal117711513022010630011721
Binary100111111110011011011000100100100011011000000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,63,77); }

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

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

 a { background-color: rgb(9,63,77); }

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

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

 span { border-color: rgb(9,63,77); }

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