#093F51

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

Shades of Sherpa Blue #093F51

Tints of Sherpa Blue #093F51

Color information

#093F51 (or 0x093F51) is unknown color: approx Sherpa Blue. HEX triplet: 09, 3F and 51. RGB value is (9,63,81). Sum of RGB (Red+Green+Blue) = 9+63+81=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #093F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093F51 is #F6C0AE. Grayscale: #303030. Windows color (decimal): -16171183 or 5324553. OLE color: 5324553.

HSL color Cylindrical-coordinate representation of color #093F51: hue angle of 195º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093F51 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB96381-
CMYK0.890.2200.68
HSL195º80%17.65%-
HSV(B)195º88.89%31.76%-
XYZ3.384.218.42-
YUV48.91146.1199.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.88%
GREEN value IS 63 (25% from 255) = 41.18%
BLUE value IS 81 (32.03% from 255) = 52.94%
R=5.88%
G=41.18%
B=52.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal963810.890.2200.681958017.65
Hex93F515916044c35012
Octal117712113126010430312022
Binary100111111110100011011001101100100010011000011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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