#093D48

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

Shades of Sherpa Blue #093D48

Tints of Sherpa Blue #093D48

Color information

#093D48 (or 0x093D48) is unknown color: approx Sherpa Blue. HEX triplet: 09, 3D and 48. RGB value is (9,61,72). Sum of RGB (Red+Green+Blue) = 9+61+72=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #093D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D48 is #F6C2B7. Grayscale: #2E2E2E. Windows color (decimal): -16171704 or 4734217. OLE color: 4734217.

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

Color convert

RGB96172-
CMYK0.880.1500.72
HSL190.48º77.78%15.88%-
HSV(B)190.48º87.5%28.24%-
XYZ2.953.866.72-
YUV46.71142.27101.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.34%
GREEN value IS 61 (24.22% from 255) = 42.96%
BLUE value IS 72 (28.52% from 255) = 50.70%
R=6.34%
G=42.96%
B=50.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal961720.880.1500.72190.4877.7815.88
Hex93D4858F048be4e10
Octal117511013017011027611620
Binary10011111011001000101100011110100100010111110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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