#093E4D

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

Shades of Sherpa Blue #093E4D

Tints of Sherpa Blue #093E4D

Color information

#093E4D (or 0x093E4D) is unknown color: approx Sherpa Blue. HEX triplet: 09, 3E and 4D. RGB value is (9,62,77). Sum of RGB (Red+Green+Blue) = 9+62+77=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 62 (24.61% from 255 or 41.89% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #093E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E4D is #F6C1B2. Grayscale: #2F2F2F. Windows color (decimal): -16171443 or 5062153. OLE color: 5062153.

HSL color Cylindrical-coordinate representation of color #093E4D: hue angle of 193.24º 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 #093E4D is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB96277-
CMYK0.880.1900.70
HSL193.24º79.07%16.86%-
HSV(B)193.24º88.31%30.2%-
XYZ3.174.047.63-
YUV47.86144.44100.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.08%
GREEN value IS 62 (24.61% from 255) = 41.89%
BLUE value IS 77 (30.47% from 255) = 52.03%
R=6.08%
G=41.89%
B=52.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal962770.880.1900.70193.2479.0716.86
Hex93E4D5813046c14f11
Octal117611513023010630111721
Binary100111111010011011011000100110100011011000001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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