#093F4A

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

Shades of Sherpa Blue #093F4A

Tints of Sherpa Blue #093F4A

Color information

#093F4A (or 0x093F4A) is unknown color: approx Sherpa Blue. HEX triplet: 09, 3F and 4A. RGB value is (9,63,74). Sum of RGB (Red+Green+Blue) = 9+63+74=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #093F4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F4A is #F6C0B5. Grayscale: #303030. Windows color (decimal): -16171190 or 4865801. OLE color: 4865801.

HSL color Cylindrical-coordinate representation of color #093F4A: hue angle of 190.15º 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 #093F4A is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB96374-
CMYK0.880.1500.71
HSL190.15º78.31%16.27%-
HSV(B)190.15º87.84%29.02%-
XYZ3.134.117.11-
YUV48.11142.61100.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.16%
GREEN value IS 63 (25% from 255) = 43.15%
BLUE value IS 74 (29.30% from 255) = 50.68%
R=6.16%
G=43.15%
B=50.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal963740.880.1500.71190.1578.3116.27
Hex93F4A58F047be4e10
Octal117711213017010727611620
Binary10011111111001010101100011110100011110111110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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