#093E48

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

Shades of Sherpa Blue #093E48

Tints of Sherpa Blue #093E48

Color information

#093E48 (or 0x093E48) is unknown color: approx Sherpa Blue. HEX triplet: 09, 3E and 48. RGB value is (9,62,72). Sum of RGB (Red+Green+Blue) = 9+62+72=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #093E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093E48 is #F6C1B7. Grayscale: #2F2F2F. Windows color (decimal): -16171448 or 4734473. OLE color: 4734473.

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

Color convert

RGB96272-
CMYK0.880.1400.72
HSL189.52º77.78%15.88%-
HSV(B)189.52º87.5%28.24%-
XYZ33.976.74-
YUV47.29141.94100.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 62 (24.61% from 255) = 43.36%
BLUE value IS 72 (28.52% from 255) = 50.35%
R=6.29%
G=43.36%
B=50.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal962720.880.1400.72189.5277.7815.88
Hex93E4858E048be4e10
Octal117611013016011027611620
Binary10011111101001000101100011100100100010111110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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