#093C4D

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

Shades of Sherpa Blue #093C4D

Tints of Sherpa Blue #093C4D

Color information

#093C4D (or 0x093C4D) is unknown color: approx Sherpa Blue. HEX triplet: 09, 3C and 4D. RGB value is (9,60,77). Sum of RGB (Red+Green+Blue) = 9+60+77=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #093C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C4D is #F6C3B2. Grayscale: #2E2E2E. Windows color (decimal): -16171955 or 5061641. OLE color: 5061641.

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

Color convert

RGB96077-
CMYK0.880.2200.70
HSL195º79.07%16.86%-
HSV(B)195º88.31%30.2%-
XYZ3.073.837.6-
YUV46.69145.1101.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.16%
GREEN value IS 60 (23.83% from 255) = 41.10%
BLUE value IS 77 (30.47% from 255) = 52.74%
R=6.16%
G=41.10%
B=52.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal960770.880.2200.7019579.0716.86
Hex93C4D5816046c34f11
Octal117411513026010630311721
Binary100111110010011011011000101100100011011000011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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