#093C48

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

Shades of Sherpa Blue #093C48

Tints of Sherpa Blue #093C48

Color information

#093C48 (or 0x093C48) is unknown color: approx Sherpa Blue. HEX triplet: 09, 3C and 48. RGB value is (9,60,72). Sum of RGB (Red+Green+Blue) = 9+60+72=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #093C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093C48 is #F6C3B7. Grayscale: #2E2E2E. Windows color (decimal): -16171960 or 4733961. OLE color: 4733961.

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

Color convert

RGB96072-
CMYK0.880.1700.72
HSL191.43º77.78%15.88%-
HSV(B)191.43º87.5%28.24%-
XYZ2.93.766.7-
YUV46.12142.6101.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 60 (23.83% from 255) = 42.55%
BLUE value IS 72 (28.52% from 255) = 51.06%
R=6.38%
G=42.55%
B=51.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal960720.880.1700.72191.4377.7815.88
Hex93C485811048bf4e10
Octal117411013021011027711620
Binary100111110010010001011000100010100100010111111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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