#093D49

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

Shades of Sherpa Blue #093D49

Tints of Sherpa Blue #093D49

Color information

#093D49 (or 0x093D49) is unknown color: approx Sherpa Blue. HEX triplet: 09, 3D and 49. RGB value is (9,61,73). Sum of RGB (Red+Green+Blue) = 9+61+73=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #093D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D49 is #F6C2B6. Grayscale: #2E2E2E. Windows color (decimal): -16171703 or 4799753. OLE color: 4799753.

HSL color Cylindrical-coordinate representation of color #093D49: hue angle of 191.25º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #093D49 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB96173-
CMYK0.880.1600.71
HSL191.25º78.05%16.08%-
HSV(B)191.25º87.67%28.63%-
XYZ2.983.886.89-
YUV46.82142.77101.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 61 (24.22% from 255) = 42.66%
BLUE value IS 73 (28.91% from 255) = 51.05%
R=6.29%
G=42.66%
B=51.05%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal961730.880.1600.71191.2578.0516.08
Hex93D495810047bf4e10
Octal117511113020010727711620
Binary100111110110010011011000100000100011110111111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,61,73); }

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

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

 a { background-color: rgb(9,61,73); }

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

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

 span { border-color: rgb(9,61,73); }

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