#093E53

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

Shades of Sherpa Blue #093E53

Tints of Sherpa Blue #093E53

Color information

#093E53 (or 0x093E53) is unknown color: approx Sherpa Blue. HEX triplet: 09, 3E and 53. RGB value is (9,62,83). Sum of RGB (Red+Green+Blue) = 9+62+83=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #093E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E53 is #F6C1AC. Grayscale: #303030. Windows color (decimal): -16171437 or 5455369. OLE color: 5455369.

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

Color convert

RGB96283-
CMYK0.890.2500.67
HSL197.03º80.43%18.04%-
HSV(B)197.03º89.16%32.55%-
XYZ3.44.138.8-
YUV48.55147.4499.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.84%
GREEN value IS 62 (24.61% from 255) = 40.26%
BLUE value IS 83 (32.81% from 255) = 53.90%
R=5.84%
G=40.26%
B=53.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal962830.890.2500.67197.0380.4318.04
Hex93E535919043c55012
Octal117612313131010330512022
Binary100111111010100111011001110010100001111000101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,62,83); }

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

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

 a { background-color: rgb(9,62,83); }

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

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

 span { border-color: rgb(9,62,83); }

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