#093F56

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

Shades of Sherpa Blue #093F56

Tints of Sherpa Blue #093F56

Color information

#093F56 (or 0x093F56) is unknown color: approx Sherpa Blue. HEX triplet: 09, 3F and 56. RGB value is (9,63,86). Sum of RGB (Red+Green+Blue) = 9+63+86=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 86 (33.98% from 255 or 54.43% from 158); Max value from RGB is 86 - color contains mainly: blue. Hex color #093F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093F56 is #F6C0A9. Grayscale: #313131. Windows color (decimal): -16171178 or 5652233. OLE color: 5652233.

HSL color Cylindrical-coordinate representation of color #093F56: hue angle of 197.92º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #093F56 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB96386-
CMYK0.900.2700.66
HSL197.92º81.05%18.63%-
HSV(B)197.92º89.53%33.73%-
XYZ3.574.289.44-
YUV49.48148.6199.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.70%
GREEN value IS 63 (25% from 255) = 39.87%
BLUE value IS 86 (33.98% from 255) = 54.43%
R=5.70%
G=39.87%
B=54.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal963860.900.2700.66197.9281.0518.63
Hex93F565A1B042c65113
Octal117712613233010230612123
Binary100111111110101101011010110110100001011000110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,63,86); }

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

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

 a { background-color: rgb(9,63,86); }

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

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

 span { border-color: rgb(9,63,86); }

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