#093C50

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

Shades of Sherpa Blue #093C50

Tints of Sherpa Blue #093C50

Color information

#093C50 (or 0x093C50) is unknown color: approx Sherpa Blue. HEX triplet: 09, 3C and 50. RGB value is (9,60,80). Sum of RGB (Red+Green+Blue) = 9+60+80=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #093C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C50 is #F6C3AF. Grayscale: #2E2E2E. Windows color (decimal): -16171952 or 5258249. OLE color: 5258249.

HSL color Cylindrical-coordinate representation of color #093C50: hue angle of 196.9º 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 #093C50 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB96080-
CMYK0.890.2500.69
HSL196.9º79.78%17.45%-
HSV(B)196.9º88.75%31.37%-
XYZ3.183.878.17-
YUV47.03146.6100.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.04%
GREEN value IS 60 (23.83% from 255) = 40.27%
BLUE value IS 80 (31.64% from 255) = 53.69%
R=6.04%
G=40.27%
B=53.69%

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
Decimal960800.890.2500.69196.979.7817.45
Hex93C505919045c55011
Octal117412013131010530512021
Binary100111110010100001011001110010100010111000101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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